From 9895dc613f2150e39f7ae4e85dbdd28fb15baa1d Mon Sep 17 00:00:00 2001 From: AppleGrew Date: Sun, 29 Sep 2013 13:54:00 +0530 Subject: [PATCH] Update README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 1105132..c719ff4 100644 --- a/README +++ b/README @@ -18,7 +18,7 @@ Installation python manage.py collectstatic -4. Add `django_select` to your urlconf if use any 'Auto' fields. +4. Add `django_select` to your urlconf if you use any 'Auto' fields. url(r'^select2/', include('django_select2.urls')),