Properly instantiating an instance of twython.core in the README example

This commit is contained in:
Ryan McGrath 2009-12-17 03:30:34 -05:00
parent c40b6a6ebe
commit 221b337798

View file

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