📝 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

@@ -270,7 +270,7 @@ You can copy it, let's say, to a file `main.py`.
Then you can run it with Uvicorn:
```bash
uvicorn main:app --debug
uvicorn main:app --reload
```
And then, you can open your browser at <a href="http://127.0.0.1:8000/docs" target="_blank">http://127.0.0.1:8000/docs</a>.