Minor fix in flaskr example README

This commit is contained in:
domandinho 2017-11-09 22:52:24 +01:00
parent 470112dd6e
commit 50964fb4ab

View file

@ -21,7 +21,7 @@
3. instruct flask to use the right application
export FLASK_APP=flaskr.factory:create_app()
export FLASK_APP="flaskr.factory:create_app()"
4. initialize the database with this command: