From 8e26e568a6a01b40f68784bdc8c0c527d90c6486 Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Wed, 21 Mar 2012 19:37:37 +0100 Subject: [PATCH] README formatting --- README.markdown | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index 3373d71..629ca67 100644 --- a/README.markdown +++ b/README.markdown @@ -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) ----------------------------------------------------------------------------------------------------