fixed typo

Mytho 2012-06-20 00:26:44 -07:00
parent 6d6efc07c9
commit d763bc03b4

@ -14,7 +14,7 @@ I recommend using virtualenv: easy and allows multiple environments on the same
## Flask-SQLAlchemy ## Flask-SQLAlchemy
SQLAlchemy provide an easy and advanced way to serialize your object to different type of relational database. In your virutalenv, install SQLAlchemy from pip: SQLAlchemy provide an easy and advanced way to serialize your object to different type of relational database. In your virtualenv, install SQLAlchemy from pip:
pip install flask-sqlalchemy pip install flask-sqlalchemy