Skip to content

Commit 1f47d54

Browse files
committed
Update CONTRIBUTING.md file
1 parent f41b18b commit 1f47d54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ source .venv/bin/activate
2626

2727
## Usage
2828

29-
To run the microservice, use the following command:
29+
To run the microservice:
3030

3131
```bash
32-
uvicorn main:app
32+
uvicorn --reload main:app
3333
```
3434

3535
## Code Formatting and Linting

0 commit comments

Comments
 (0)