Slight grammar tweaks

This commit is contained in:
Andrew Godwin 2016-11-06 14:17:03 +00:00
parent 1212fd45f1
commit 0a4cbb5fcf

View File

@ -97,12 +97,13 @@ What version of Django does it work with?
You can install Channels as a library for Django >= 1.8. It has a few
extra dependencies, but these will all be installed if you use ``pip``.
Official project
----------------
Channels is not in the Django core as it was initially planned, but it's
an official Django project since september 2016. More informations about Channels
as an official project are available on the
Channels is not in the Django core as initially planned, but it's
an official Django project since September 2016. More information about Channels
being adopted as an official project are available on the
`Django blog <https://www.djangoproject.com/weblog/2016/sep/09/channels-adopted-official-django-project/>`_.