Skip to content
Snippets Groups Projects
Verified Commit cef785c5 authored by Erick Hitter's avatar Erick Hitter
Browse files

Update readme for new config var

parent dcc09323
Branches
No related tags found
No related merge requests found
...@@ -39,9 +39,9 @@ To check if it is working, type: ...@@ -39,9 +39,9 @@ To check if it is working, type:
``` ```
heroku open 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. Check the Heroku dashboard to see if your app is there.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment