Commit 3a8424a27fb715128e068716771e0acc933db85f

  • avatar
  • arvind
  • Mon Jun 02 17:55:56 IST 2014
Fixinf spelling error in README.md
  • Diff rendering mode:
  • inline
  • side by side

README.md

129 > `` $ cp swtstore/sample_config.py swtstore/config.py``129 > `` $ cp swtstore/sample_config.py swtstore/config.py``
130130
131* Install the required driver for using database mentioned in the131* Install the required driver for using database mentioned in the
132 SQLALCHEMY_DATABASE_URI. Install pyscopg2 if you have chosen postgresql as
132 SQLALCHEMY_DATABASE_URI. Install psycopg2 if you have chosen postgresql as
133 the database to use.133 the database to use.
134134
135 > `` $ pip install psycopg2 ``135 > `` $ pip install psycopg2 ``