From e57279149dc183966da85e64560f1b939089a308 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Sun, 19 Nov 2017 21:59:25 +0000 Subject: [PATCH] README: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86b3870..63f5926 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ And you are done! You can now either run the debug server just to see everything ./manage.py runserver 0.0.0.0:8000 ``` -Using the debug server is production is not recommended, so you should configure your webserver to serve +Using the debug server in production is not recommended, so you should configure your webserver to serve etesync (with TLS). An example on how to do so with nginx can be found [here](http://uwsgi-docs.readthedocs.io/en/latest/tutorials/Django_and_nginx.html). # Usage