diff --git a/README b/README index e53563c..d87c302 100644 --- a/README +++ b/README @@ -10,12 +10,12 @@ Installation 1. Install `django_select2` - pip install django_select2 + pip install django_select2 1. Add `django_select2` to your `INSTALLED_APPS` in your project settings. 1. When deploying on production server, run :- - python manage.py collectstatic + python manage.py collectstatic More details ============ diff --git a/README.md b/README.md index e53563c..d87c302 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,12 @@ Installation 1. Install `django_select2` - pip install django_select2 + pip install django_select2 1. Add `django_select2` to your `INSTALLED_APPS` in your project settings. 1. When deploying on production server, run :- - python manage.py collectstatic + python manage.py collectstatic More details ============