README formatting

This commit is contained in:
Ryan McGrath 2012-03-21 19:37:37 +01:00
parent 87c1f1e71c
commit 8e26e568a6

View file

@ -59,8 +59,7 @@ Twython, as of v1.5.0, now includes an experimental **[Twitter Streaming API](ht
Usage is as follows; it's designed to be open-ended enough that you can adapt it to higher-level (read: Twitter must give you access)
streams. This also exists in large part (read: pretty much in full) thanks to the excellent **[python-requests](http://docs.python-requests.org/en/latest/)** library by
Kenneth Reitz.
**Example Usage:**
``` python
import json
from twython import Twython
@ -77,7 +76,7 @@ Twython.stream({
'track': 'python'
}, on_results)
```
A note about the development of Twython (specifically, 1.3)
----------------------------------------------------------------------------------------------------