From 8965ed55ba69de7b07e323af7c1fbf779d29da4a Mon Sep 17 00:00:00 2001 From: "AppleGrew (applegrew)" Date: Fri, 24 Aug 2012 12:22:45 +0530 Subject: [PATCH] Readme fix --- README | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 ============