diff options
Diffstat (limited to 'pydis_site/README.md')
-rw-r--r-- | pydis_site/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/README.md b/pydis_site/README.md index a789230d..7c76df55 100644 --- a/pydis_site/README.md +++ b/pydis_site/README.md @@ -56,7 +56,7 @@ the website: - [`wsgi.py`](./wsgi.py), which serves as an adapter for [`gunicorn`](https://github.com/benoitc/gunicorn), - [`uwsgi`](https://github.com/unbit/uwsgi) or other application servers to run + [`uwsgi`](https://github.com/unbit/uwsgi), or other application servers to run our application in production. Unless you want to test an interaction between our application and those servers, you probably won't need to touch this. |