diff --git a/README.rst b/README.rst index f3c9563..e56c34a 100644 --- a/README.rst +++ b/README.rst @@ -17,4 +17,4 @@ Running Simply point Daphne to your ASGI channel layer instance, and optionally set a bind address and port (defaults to localhost, port 8000):: - daphne -b 0.0.0.0 -p 8001 django_project.asgi.channel_layer + daphne -b 0.0.0.0 -p 8001 django_project.asgi:channel_layer