From 3a8424a27fb715128e068716771e0acc933db85f Mon Sep 17 00:00:00 2001 From: Arvind Khadri Date: Mon, 2 Jun 2014 17:55:56 +0530 Subject: [PATCH] Fixinf spelling error in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c98d251..0901243 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ Configure swtstore > `` $ cp swtstore/sample_config.py swtstore/config.py`` * Install the required driver for using database mentioned in the - SQLALCHEMY_DATABASE_URI. Install pyscopg2 if you have chosen postgresql as + SQLALCHEMY_DATABASE_URI. Install psycopg2 if you have chosen postgresql as the database to use. > `` $ pip install psycopg2 `` -- 1.7.10.4