Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
Missing apostrophe in README.rst added.
  • Loading branch information
donce committed Sep 3, 2015
1 parent 809cbe2 commit 71e13cd
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 @@ -35,7 +35,7 @@ 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:`url(r'^select2/, include('django_select2.urls')),` to your main ``urls.py``.
* Add :code:`url(r'^select2/', include('django_select2.urls')),` to your main ``urls.py``.


Settings
Expand Down

0 comments on commit 71e13cd

Please sign in to comment.