Skip to content

Commit

Permalink
update md
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-yin committed Nov 7, 2023
1 parent fd2489a commit f36604f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/channels.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Django-Channels

This library can also be used with `django-channels <https://channels.readthedocs.io/en/stable/>`_. As with multiple streams, you can use the **TurboStream** class to broadcast turbo-stream content from your consumers.
This library can also be used with [django-channels](https://channels.readthedocs.io/en/stable/). As with multiple streams, you can use the **TurboStream** class to broadcast turbo-stream content from your consumers.

```python
from turbo_response import render_turbo_stream, render_turbo_stream_template
Expand Down

0 comments on commit f36604f

Please sign in to comment.