From 50964fb4ab62fa857e9937656424d7e6ac9e738d Mon Sep 17 00:00:00 2001 From: domandinho Date: Thu, 9 Nov 2017 22:52:24 +0100 Subject: [PATCH] Minor fix in flaskr example README --- examples/flaskr/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/flaskr/README b/examples/flaskr/README index 5d09faa7..ab668d67 100644 --- a/examples/flaskr/README +++ b/examples/flaskr/README @@ -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: