Use plan REST not Sphinx REST in the README

This commit is contained in:
Andrew Godwin 2018-02-01 20:33:55 -08:00
parent bc9400322d
commit e10b72f33f

View File

@ -15,11 +15,9 @@ developed to power Django Channels.
It supports automatic negotiation of protocols; there's no need for URL
prefixing to determine WebSocket endpoints versus HTTP endpoints.
.. note::
Daphne 2 is not compatible with Channels 1.x applications, only with
Channels 2.x and other ASGI applications. Install a 1.x version of Daphne
for Channels 1.x support.
*Note:* Daphne 2 is not compatible with Channels 1.x applications, only with
Channels 2.x and other ASGI applications. Install a 1.x version of Daphne
for Channels 1.x support.
Running