From db644e16029ecb9b8074b71156bb3f72eb1955d2 Mon Sep 17 00:00:00 2001 From: Elmer Thomas Date: Fri, 5 Apr 2019 20:42:19 -0700 Subject: [PATCH] Version Bump v6.0.3: Twilio --- sendgrid/VERSION.txt | 2 +- use_cases/sms.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sendgrid/VERSION.txt b/sendgrid/VERSION.txt index 9b9a24420..090ea9dad 100644 --- a/sendgrid/VERSION.txt +++ b/sendgrid/VERSION.txt @@ -1 +1 @@ -6.0.2 +6.0.3 diff --git a/use_cases/sms.md b/use_cases/sms.md index c11e11426..181ef47b0 100644 --- a/use_cases/sms.md +++ b/use_cases/sms.md @@ -1,9 +1,9 @@ -In order to add Twilio SMS to your app, you will need to: +Following are the steps to add Twilio SMS to your app: -1. Setup a [free Twilio account](https://www.twilio.com/try-twilio?source=sendgrid-python) -2. Update your environment variables +## 1. Setup a [free Twilio account](https://www.twilio.com/try-twilio?source=sendgrid-python) +## 2. Update your environment variables -Your Account Sid and Auth Token from [twilio.com/console](https://twilio.com/console) +You can obtain your Account Sid and Auth Token from [twilio.com/console](https://twilio.com/console). ### Mac @@ -30,7 +30,7 @@ setx TWILIO_ACCOUNT_SID "YOUR_TWILIO_ACCOUNT_SID" setx TWILIO_AUTH_TOKEN "YOUR_TWILIO_AUTH_TOKEN" ``` -3. `pip install twilio` +## 3. `pip install twilio` Then, you can execute the following code.