diff --git a/README.md b/README.md index d722f8e1..675a0a5c 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ $ uvicorn example:App INFO: Started server process [11509] INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) ``` +Run uvicorn with `--reload` to enable auto-reloading on code changes. ## Modularity