From 9266486e198f5e7e764405bbbb2c8e5966810dd2 Mon Sep 17 00:00:00 2001 From: Paul Rigor Date: Sun, 18 Feb 2018 00:12:06 -0800 Subject: [PATCH] Fix the README to reflect locate_app() in flask/cli.py Fix the README to reflect locate_app() in flask/cli.py --- examples/flaskr/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/flaskr/README b/examples/flaskr/README index ab668d67..eed6f6cf 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: