From 71e13cdab173fc2ab30d247a8bf2781f1d51924f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donatas=20Ku=C4=8Dinskas?= Date: Thu, 3 Sep 2015 15:37:04 +0300 Subject: [PATCH] Update README.rst Missing apostrophe in README.rst added. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 997211f3..718584b0 100644 --- a/README.rst +++ b/README.rst @@ -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