Skip to content

Commit 02e4eac

Browse files
authored
Merge pull request #105 from nanotaboada/feature/README.md
chore: correct start command
2 parents e31bed0 + 3682fa5 commit 02e4eac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Sample RESTful API with Python 3 and FastAPI
1+
# 🧪 RESTful API with Python 3 and FastAPI
22

33
## Status
44

@@ -32,13 +32,13 @@ pip install --requirement requirements.txt
3232
## Start
3333

3434
```console
35-
uvicorn main:fast_api --reload --port 9000
35+
uvicorn main:app --reload --port 9000
3636
```
3737

3838
## Credits
3939

40-
The solution has been coded using [Visual Studio Code](https://code.visualstudio.com/).
40+
The solution has been coded using [Visual Studio Code](https://code.visualstudio.com/) with the official [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) extension.
4141

4242
## Terms
4343

44-
All trademarks, registered trademarks, service marks, product names, company names or logos are property of their respective owners and are used for educational purposes only.
44+
All trademarks, registered trademarks, service marks, product names, company names, or logos mentioned on this repository are the property of their respective owners. All usage of such terms herein is for identification purposes only and constitutes neither an endorsement nor a recommendation of those items. Furthermore, the use of such terms is intended to be for educational and informational purposes only.

0 commit comments

Comments
 (0)