Skip to content

Commit

Permalink
Version Bump v6.0.3: Twilio
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Apr 6, 2019
1 parent a4a52e2 commit db644e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion sendgrid/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.2
6.0.3
10 changes: 5 additions & 5 deletions use_cases/sms.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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.

Expand Down

0 comments on commit db644e1

Please sign in to comment.