From cef785c580adc85f08280e130e7760d6982e67c9 Mon Sep 17 00:00:00 2001
From: Erick Hitter <services@ethitter.com>
Date: Fri, 13 Jan 2017 22:40:13 -0800
Subject: [PATCH] Update readme for new config var

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 0c6d883..75ab742 100644
--- a/README.md
+++ b/README.md
@@ -39,9 +39,9 @@ To check if it is working, type:
 ```
 heroku open
 ```
-and you see see the “Running!!” message. Now go ahead and add the Weather Underground API key under WU_ACCESS
+and you see see the “Running!!” message. Now go ahead and add the Weather Underground API key under WU_API_KEY
 ```
-heroku config:add WU_ACCESS=[your API key]
+heroku config:add WU_API_KEY=[your API key]
 ```
 Check the Heroku dashboard to see if your app is there.
 
-- 
GitLab