From f77dd6de41e5346299cb406308a4f2c5e252fae6 Mon Sep 17 00:00:00 2001
From: Bo-Chun Louis Chen <louistw@uab.edu>
Date: Tue, 29 May 2018 16:30:21 -0500
Subject: [PATCH] Removed FLASK_CONFIG from Installation

---
 README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.md b/README.md
index 2dfe0a9..f389c4e 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,6 @@ $ pip install -r requirement.txt
 
 Setup environment variables
 ```shell
-$ export FLASK_CONFIG=development
 $ export FLASK_ENV=development
 $ export FLASK_APP=run.py
 ```
-- 
GitLab