From 221b3377987951dee4c8af7668096bc94f03e7ab Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Thu, 17 Dec 2009 03:30:34 -0500 Subject: [PATCH] Properly instantiating an instance of twython.core in the README example --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index cad0554..302ac4d 100644 --- a/README.markdown +++ b/README.markdown @@ -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?")