From 7c510199850957161240f081359e2246d8982be1 Mon Sep 17 00:00:00 2001 From: Arie Marie 'Thomas' Dalleis Date: Tue, 15 Aug 2017 09:55:38 -0400 Subject: [PATCH] Fix typos and formatting --- examples/flaskr/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/flaskr/README b/examples/flaskr/README index f60287fa..5d09faa7 100644 --- a/examples/flaskr/README +++ b/examples/flaskr/README @@ -10,7 +10,7 @@ ~ How do I use it? 1. edit the configuration in the factory.py file or - export an FLASKR_SETTINGS environment variable + export a FLASKR_SETTINGS environment variable pointing to a configuration file or pass in a dictionary with config values using the create_app function. @@ -19,7 +19,7 @@ pip install --editable . - 3. Instruct flask to use the right application + 3. instruct flask to use the right application export FLASK_APP=flaskr.factory:create_app()