diff --git a/docs/django/settings.rst b/docs/django/settings.rst index ed018f37b..c4784d420 100644 --- a/docs/django/settings.rst +++ b/docs/django/settings.rst @@ -7,5 +7,5 @@ You can edit the ChatterBot configuration through your Django settings.py file. .. code-block:: python CHATTERBOT = { - 'NAME': 'Tech Support Bot' + 'name': 'Tech Support Bot' }