Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
Missing quote
  • Loading branch information
brente committed Sep 28, 2015
1 parent eddbc1e commit d3ddb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``.


Expand Down

0 comments on commit d3ddb6a

Please sign in to comment.