diff --git a/README.rst b/README.rst index 3194443b..58cbae47 100644 --- a/README.rst +++ b/README.rst @@ -37,7 +37,7 @@ To enable this install Django-Select2 3.4 or above. If you want to enable the ajax loading: * In your projects :code:`virtualenv`, run :code:`pip install Django-Select2`. -* Add :code:`'django_select2` to your :code:`INSTALLED_APPS` settings. +* Add :code:`'django_select2'` to your :code:`INSTALLED_APPS` settings. * Add :code:`url(r'^select2/', include('django_select2.urls')),` to your main ``urls.py``.