diff --git a/docs/tutorial/index.rst b/docs/tutorial/index.rst index 562c4e9..9fbb94a 100644 --- a/docs/tutorial/index.rst +++ b/docs/tutorial/index.rst @@ -1,7 +1,7 @@ Tutorial ======== -Djangochannelsrestframework allow you to use DRF serializers easily with django Channels v3 +Djangochannelsrestframework allow you to use DRF serializers easily with django Channels v3. In this tutorial we will use this library to improve the `chat tutorial `_ from django Channels.