mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-06 02:26:46 +00:00
✏ 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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue