📝 Update Uvicorn docs with new --reload option (#74)

This commit is contained in:
Sebastián Ramírez
2019-03-09 22:10:25 +04:00
committed by GitHub
parent c0758dfe71
commit da60de33c1
13 changed files with 201 additions and 116 deletions

View File

@@ -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