Skip to content

Commit db644e1

Browse files
Version Bump v6.0.3: Twilio
1 parent a4a52e2 commit db644e1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

sendgrid/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.2
1+
6.0.3

use_cases/sms.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
In order to add Twilio SMS to your app, you will need to:
1+
Following are the steps to add Twilio SMS to your app:
22

3-
1. Setup a [free Twilio account](https://www.twilio.com/try-twilio?source=sendgrid-python)
4-
2. Update your environment variables
3+
## 1. Setup a [free Twilio account](https://www.twilio.com/try-twilio?source=sendgrid-python)
4+
## 2. Update your environment variables
55

6-
Your Account Sid and Auth Token from [twilio.com/console](https://twilio.com/console)
6+
You can obtain your Account Sid and Auth Token from [twilio.com/console](https://twilio.com/console).
77

88
### Mac
99

@@ -30,7 +30,7 @@ setx TWILIO_ACCOUNT_SID "YOUR_TWILIO_ACCOUNT_SID"
3030
setx TWILIO_AUTH_TOKEN "YOUR_TWILIO_AUTH_TOKEN"
3131
```
3232

33-
3. `pip install twilio`
33+
## 3. `pip install twilio`
3434

3535
Then, you can execute the following code.
3636

0 commit comments

Comments
 (0)