diff --git a/README.md b/README.md index 4e36fc2..649584b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ gunicorn --bind 127.0.0.1:5000 upload:APP ## nginx Something like this. You need to replace `` / `` / -``. It's advised to protect `image_upload` beside some form of +``. It's advised to protect `image_upload` behind some form of authentication to avoid nasty surprises. ``` @@ -62,6 +62,7 @@ RestartSec=5 WantedBy=multi-user.target ``` -Where you replace `` with your preferred system user. `` should -be the system path when the repository is cloned. Note, a virtual environment -was created at `/.venv/...` with the dependencies installed. +You should replace `` with your preferred system user. `` +should be the system path when the repository is cloned. Note, a virtual +environment should be created at `/.venv/...` with the dependencies +installed.