diff --git a/Home.textile b/Home.md similarity index 92% rename from Home.textile rename to Home.md index 060dc77..7dde63f 100644 --- a/Home.textile +++ b/Home.md @@ -5,8 +5,8 @@ Twython is a Python API wrapper for the Twitter REST API. from twython import Twython - \# Create a Twython instance - \# Note: For OAuth examples, see the included Django application. +# Create a Twython instance +# Note: For OAuth examples, see the included Django application. twitter = Twython() twitter.searchTwitter(q="bert")