8000 readme not parsing title attr correctly... · michaelhelmick/twilio-python@b8c19ff · GitHub
[go: up one dir, main page]

Skip to content

Commit b8c19ff

Browse files
committed
readme not parsing title attr correctly...
1 parent 6d13149 commit b8c19ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
A module for using the Twilio REST API and generating valid
22
[TwiML](http://www.twilio.com/docs/api/twiml/ "TwiML -
3-
Twilio Markup Language)"). [Click here to read the full
3+
Twilio Markup Language"). [Click here to read the full
44
documentation.](http://readthedocs.org/docs/twilio-python/en/latest/ "Twilio
55
Python library documentation")
66

@@ -86,7 +86,7 @@ message = client.sms.messages.create(to="+12316851234", from_="+15555555555",
8686

8787
To control phone calls, your application needs to output
8888
[TwiML](http://www.twilio.com/docs/api/twiml/ "TwiML - Twilio Markup
89-
Language)"). Use `twilio.twiml.Response` to easily create such responses.
89+
Language"). Use `twilio.twiml.Response` to easily create such responses.
9090

9191
```python
9292
from twilio import twiml
@@ -105,5 +105,5 @@ print str(r)
105105

106106
The full power of the Twilio API is at your fingertips. The [full
107107
documentation](http://readthedocs.org/docs/twilio-python/en/latest/ "Twilio
108-
Python library documentation") explains
109-
all the awesome features available to use.
108+
Python library documentation") explains all the awesome features available to
109+
use.

0 commit comments

Comments
 (0)
0