From de71aaa47641260caf6b4a2ac61f418c60611dca Mon Sep 17 00:00:00 2001 From: kumy Date: Tue, 22 Oct 2019 23:42:13 +0200 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 234ac0b..1761186 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Using the debug server in production is not recommended, so please read the foll EteSync is based on Django so you should refer to one of the following * The instructions of the Django project [here](https://docs.djangoproject.com/en/2.2/howto/deployment/wsgi/). - * Tnstructions from uwsgi [here](http://uwsgi-docs.readthedocs.io/en/latest/tutorials/Django_and_nginx.html). + * Instructions from uwsgi [here](http://uwsgi-docs.readthedocs.io/en/latest/tutorials/Django_and_nginx.html). * The [example configurations](example-configs) in this repo. The webserver should also be configured to serve EteSync using TLS.