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?")