From 5a6053fef05f60e39a64f6fc61c8be74a2b98872 Mon Sep 17 00:00:00 2001 From: bmihelac Date: Mon, 9 Jan 2012 12:37:26 +0100 Subject: [PATCH] Fix typo in docs. --- docs/overview.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overview.txt b/docs/overview.txt index c1229f4..a6fde1d 100644 --- a/docs/overview.txt +++ b/docs/overview.txt @@ -2,7 +2,7 @@ Setup ===== 1. Get the source from the `Git repository`_ or install it from the - Python Package Index by running ``pip django-dbtemplates``. + Python Package Index by running ``pip install django-dbtemplates``. 2. Follow the instructions in the INSTALL file 3. Edit the settings.py of your Django site: