From e749ff8c921503e55bbefe8d850dc4b76b309131 Mon Sep 17 00:00:00 2001 From: Umair Khan Date: Thu, 9 Mar 2017 11:34:50 +0500 Subject: [PATCH] capitalization: Fix API Key in documentation. --- contrib_bots/bots/foursquare/readme.md | 2 +- contrib_bots/bots/yoda_bot/readme.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib_bots/bots/foursquare/readme.md b/contrib_bots/bots/foursquare/readme.md index 5c0ab93..09ac033 100644 --- a/contrib_bots/bots/foursquare/readme.md +++ b/contrib_bots/bots/foursquare/readme.md @@ -28,5 +28,5 @@ Food nearby 'Chicago, IL' coming right up: * If the user enters a wrong word, like "@foursquare 80000 donuts" or "@foursquare", then an error message saying invalid input will be displayed. -* To get the required API Key, visit: https://developer.foursquare.com/overview/auth +* To get the required API key, visit: https://developer.foursquare.com/overview/auth for more information. diff --git a/contrib_bots/bots/yoda_bot/readme.md b/contrib_bots/bots/yoda_bot/readme.md index 7988193..66dad30 100644 --- a/contrib_bots/bots/yoda_bot/readme.md +++ b/contrib_bots/bots/yoda_bot/readme.md @@ -11,7 +11,7 @@ Mashape API key. Please see instructions for getting one below. ## Setup -Before running this bot, make sure to get a Mashape API Key. +Before running this bot, make sure to get a Mashape API key. Go to this link: This is the API that powers the `yoda_bot`. You can read more about it @@ -28,7 +28,7 @@ also add it to a different application if you wish. Now click on the the Yoda Speak API to. Click on the blue **GET THE KEYS** button. On the pop-up that comes up, click on the **COPY** button. -This is your Mashape API Key. It is used +This is your Mashape API key. It is used to authenticate. Store it in the `yoda_bot.config` file. The `yoda_bot.config` file should be located at `~/yoda_bot.config`.