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')),