From a501a3c602ec1c0d63708f1ce9ad3bf8542a5c57 Mon Sep 17 00:00:00 2001 From: Cameron Rodriguez <rod.cam2014+dev@gmail.com> Date: Fri, 21 Dec 2018 20:29:08 -0500 Subject: [PATCH] README spelling fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ac8634..dbbe1ab 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Download the latest version of the bot as a ```.zip``` file [here](https://githu Obtain your Twitter API and access keys [here](https://developer.twitter.com). Then, change the respective names of the environmental variables on lines 137-140 of [the program](xkcd_alt.py) in this format: ```python -key = [os.environ.get('YOUR_API_KEY_HERE_ALL CAPS', None), +key = [os.environ.get('YOUR_API_KEY_HERE_ALL_CAPS', None), os.environ.get('YOUR_API_SECRET_KEY_HERE_ALL_CAPS', None), os.environ.get('YOUR_ACCESS_TOKEN_HERE_ALL_CAPS', None), os.environ.get('YOUR_ACCESS_SECRET_TOKEN_HERE_ALL_CAPS', None)] -- GitLab