8000 update readme · manniru/twilio-python@75721c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 75721c5

Browse files
author
Doug Black
committed
update readme
1 parent e15b80b commit 75721c5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ account = "ACXXXXXXXXXXXXXXXXX"
6969
token = "YYYYYYYYYYYYYYYYYY"
7070
client = TwilioRestClient(account, token)
7171

72-
call = client.calls.create(to="9991231234",
73-
from_="9991231234",
72+
call = client.calls.create(to="9991231234",
73+
from_="9991231234",
7474
url="http://twimlets.com/holdmusic?Bucket=com.twilio.music.ambient")
7575
print call.sid
7676
```
@@ -84,8 +84,8 @@ account = "ACXXXXXXXXXXXXXXXXX"
8484
token = "YYYYYYYYYYYYYYYYYY"
8585
client = TwilioRestClient(account, token)
8686

87-
message = client.sms.messages.create(to="+12316851234", from_="+15555555555",
88-
body="Hello there!")
87+
message = client.messages.create(to="+12316851234", from_="+15555555555",
88+
body="Hello there!")
8989
```
9090

9191
### Handling a call using TwiML
@@ -115,7 +115,7 @@ Python library documentation") ex 8834 plains all the awesome features available to
115115
use.
116116

117117
* [Retrieve Call Records][calls]
118-
* [Retrieve SMS Message Records][sms-messages]
118+
* [Retrieve Message Records][messages]
119119
* [Search for a Phone Number][number]
120120
* [Buy a Number][number]
121121
* [Validate a Phone Number][validate]
@@ -124,5 +124,5 @@ use.
124124
[number]: http://twilio-python.readthedocs.org/en/latest/usage/phone-numbers.html#searching-and-buying-a-number
125125
[validate]: http://twilio-python.readthedocs.org/en/latest/usage/caller-ids.html
126126
[recordings]: http://twilio-python.readthedocs.org/en/latest/usage/recordings.html#listing-your-recordings
127-
[sms-messages]: http://twilio-python.readthedocs.org/en/latest/usage/messages.html#retrieving-sent-messages
127+
[messages]: http://twilio-python.readthedocs.org/en/latest/usage/messages.html#retrieving-sent-messages
128128
[calls]: http://twilio-python.readthedocs.org/en/latest/usage/phone-calls.html#retrieve-a-call-record

0 commit comments

Comments
 (0)
0