Adding installation notes to README, thanks to a note from Idris (that I, sadly, missed for the longest time)

This commit is contained in:
Ryan McGrath 2009-12-17 01:57:15 -05:00
parent f74aae38a9
commit cdba60ecca

View file

@ -38,7 +38,7 @@ Example Use
-----------------------------------------------------------------------------------------------------
> import twython
>
> twitter = twython.setup(username="example", password="example")
> twitter = twython.setup(username="example", password="example")
> twitter.updateStatus("See how easy this was?")