Skip to content

Commit

Permalink
chore: Update uvicorn command in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCodering committed May 23, 2024
1 parent 98b3d37 commit 15d0851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ pip3 install -r requirements.txt
```
#### Start the application
```
cd src/
python3 -m uvicorn index.main:app --reload
cd api/
python3 -m uvicorn app.main:app --reload
```
#### Run unit tests
```
Expand Down

0 comments on commit 15d0851

Please sign in to comment.