mirror of https://github.com/tiangolo/fastapi.git
✏ Fix typo in deployment (#4629)
Co-authored-by: raisul1234 <raisul.islam@myalice.ai> Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
parent
9b4e6751bb
commit
b1e691091d
|
|
@ -59,7 +59,7 @@ You can install an ASGI compatible server with:
|
|||
|
||||
## Run the Server Program
|
||||
|
||||
You can then your application the same way you have done in the tutorials, but without the `--reload` option, e.g.:
|
||||
You can then run your application the same way you have done in the tutorials, but without the `--reload` option, e.g.:
|
||||
|
||||
=== "Uvicorn"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue