From 5d3362fd3a0d0536d7e01ad79dada871e6cfba95 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 23 Apr 2013 14:10:45 -0400 Subject: remove diff in README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index e3b13063..df7c2ceb 100644 --- a/README +++ b/README @@ -55,7 +55,7 @@ packages, you will probably want the following: (archweb-env) $ pip install -r requirements.txt 3. Copy `local_settings.py.example` to `local_settings.py` and modify. - Make sure to uncomment the appropriate db section (either sqlite or + Make sure to uncomment the appropriate database section (either sqlite or PostgreSQL). 4. Sync the database to create it. -- cgit v1.2.3-2-g168b