From f36604f513e5e86b5a1ab6e3847873402c6df467 Mon Sep 17 00:00:00 2001 From: Michaelyin Date: Tue, 7 Nov 2023 10:43:22 +0800 Subject: [PATCH] update md --- docs/source/channels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/channels.md b/docs/source/channels.md index 39b2f13..ad9b424 100644 --- a/docs/source/channels.md +++ b/docs/source/channels.md @@ -1,6 +1,6 @@ # Django-Channels -This library can also be used with `django-channels `_. 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