diff options
author | 2022-02-28 11:14:44 +0100 | |
---|---|---|
committer | 2022-02-28 11:14:44 +0100 | |
commit | 004751addf89984fa033a57e5af10af53eebfec2 (patch) | |
tree | 9bd653bcecc75ed2eb4da5301ca60cde0c26b88a /pydis_site/README.md | |
parent | Add newlines for the apps section (diff) |
Add serial comma
Co-authored-by: Mark <[email protected]>
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. |