diff --git a/README.md b/README.md index e40c373..a3208d9 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Recommended: * Do ``cp conf.py.sample conf.py`` * Edit ``conf.py`` so that the information is correct * `sqlite3 files.db < schema.sql` -* If possible, make it listen on ``127.0.0.1`` and then use something like nginx as a reverse proxy. For security purposes. Using gunicorn and the WSGI entry point is even better if you know how to do that. +* If possible, make it listen on ``127.0.0.1`` and then use something like nginx as a reverse proxy for security purposes. Using gunicorn and the WSGI entry point is even better if you know how to do that. * ``chmod +x run.py`` and then ``./run.py`` * ??? * PROFIT (Hopefully) \ No newline at end of file