From 2dbba21c1a618c406e93aacf23b7556a8e07d1ca Mon Sep 17 00:00:00 2001 From: Jeff Linwood Date: Thu, 18 May 2017 10:44:51 -0500 Subject: [PATCH] API Keys point to Console Dev Tools --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7953da..578c27b 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ Every sample in the demo requires some basic credentials from your Twilio accoun | Config Value | Description | | :------------- |:------------- | `TWILIO_ACCOUNT_SID` | Your primary Twilio account identifier - find this [in the console here](https://www.twilio.com/console). -`TWILIO_API_KEY` | Used to authenticate - [generate one here](https://www.twilio.com/console/video/dev-tools/api-keys). -`TWILIO_API_SECRET` | Used to authenticate - [just like the above, you'll get one here](https://www.twilio.com/console/video/dev-tools/api-keys). +`TWILIO_API_KEY` | Used to authenticate - [generate one here](https://www.twilio.com/console/dev-tools/api-keys). +`TWILIO_API_SECRET` | Used to authenticate - [just like the above, you'll get one here](https://www.twilio.com/console/dev-tools/api-keys). #### A Note on API Keys