aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index b0c577c..9a6c317 100644
--- a/README.md
+++ b/README.md
@@ -164,11 +164,11 @@ python3 removeSample.py
## 5. Running
-### Without FastAPI
+### Without API Support
-`gunicorn api:app -b "0.0.0.0:7589"`
+`gunicorn app:app -b "0.0.0.0:7589"`
-### With FastAPI
+### With API Support (FastAPI)
`gunicorn api:app -k uvicorn.workers.UvicornWorker -b "0.0.0.0:7589"`