From ec92998bfec69b83763e70451463a579a2e5cd45 Mon Sep 17 00:00:00 2001 From: Camilo Nova Date: Fri, 26 May 2017 17:11:30 -0500 Subject: [PATCH] Fix typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f8c0f04..bab5110 100644 --- a/README.rst +++ b/README.rst @@ -60,7 +60,7 @@ make sure you install the Twisted ``http2`` and ``tls`` extras:: pip install -U Twisted[tls,http2] Next, because all current browsers only support HTTP/2 when using TLS, you will -need to start Daphne with TLS turned on, which can be done using the Twisted endpoint sytax:: +need to start Daphne with TLS turned on, which can be done using the Twisted endpoint syntax:: daphne -e ssl:443:privateKey=key.pem:certKey=crt.pem django_project.asgi:channel_layer