diff --git a/README.rst b/README.rst index d08f48e..c6fa512 100644 --- a/README.rst +++ b/README.rst @@ -69,7 +69,7 @@ Other Projects The Channels project is made up of several packages; the others are: - * `Daphne `_, the HTTP and Websocket termination server - * `asgiref `_, the base ASGI library/memory backend - * `asgi_redis `_, the Redis channel backend - * `asgi_ipc `_, the POSIX IPC channel backend +* `Daphne `_, the HTTP and Websocket termination server +* `asgiref `_, the base ASGI library/memory backend +* `asgi_redis `_, the Redis channel backend +* `asgi_ipc `_, the POSIX IPC channel backend diff --git a/docs/index.rst b/docs/index.rst index 93cdeff..93fe135 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -25,11 +25,11 @@ Projects Channels is comprised of five packages: - * `Channels `_, the Django integration layer - * `Daphne `_, the HTTP and Websocket termination server - * `asgiref `_, the base ASGI library/memory backend - * `asgi_redis `_, the Redis channel backend - * `asgi_ipc `_, the POSIX IPC channel backend +* `Channels `_, the Django integration layer +* `Daphne `_, the HTTP and Websocket termination server +* `asgiref `_, the base ASGI library/memory backend +* `asgi_redis `_, the Redis channel backend +* `asgi_ipc `_, the POSIX IPC channel backend This documentation covers the system as a whole; individual release notes and instructions can be found in the individual repositories.