Skip to content

Commit

Permalink
[docs] Updated README #118
Browse files Browse the repository at this point in the history
Closes #118
  • Loading branch information
nemesifier authored Jul 13, 2024
1 parent 81b7ac6 commit 4ea219f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Configure ``CHANNEL_LAYERS`` according to your needs, a sample configuration can

.. code-block:: python
ASGI_APPLICATION = "django_loci.channels.routing.channel_routing"
ASGI_APPLICATION = "django_loci.channels.asgi.channel_routing"
CHANNEL_LAYERS = {
"default": {
"BACKEND": "channels.layers.InMemoryChannelLayer",
Expand Down

0 comments on commit 4ea219f

Please sign in to comment.