Skip to content

Commit

Permalink
📝 Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Dec 3, 2024
1 parent b8d072e commit 8128a11
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 @@ -36,7 +36,7 @@ $ fastapi dev main.py
FastAPI Starting development server 🚀

Searching for package file structure from directories with __init__.py files
Importing from /home/user/code/fastapi-cli
Importing from /home/user/code/awesomeapp

module 🐍 main.py

Expand All @@ -53,7 +53,7 @@ $ fastapi dev main.py

Logs:

INFO Will watch for changes in these directories: ['/home/user/code/fastapi-cli']
INFO Will watch for changes in these directories: ['/home/user/code/awesomeapp']
INFO Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
INFO Started reloader process [4106097] using WatchFiles
INFO Started server process [4106120]
Expand Down

0 comments on commit 8128a11

Please sign in to comment.