mirror of
https://github.com/fastapi/fastapi.git
synced 2026-02-18 15:13:05 -05:00
📝 Update Uvicorn docs with new --reload option (#74)
This commit is contained in:
committed by
GitHub
parent
c0758dfe71
commit
da60de33c1
@@ -27,7 +27,7 @@ Copy the example in a file `main.py`:
|
||||
Run the example with:
|
||||
|
||||
```bash
|
||||
uvicorn main:app --debug
|
||||
uvicorn main:app --reload
|
||||
```
|
||||
|
||||
## Check it
|
||||
|
||||
Reference in New Issue
Block a user