From f93d02dfb975ed8664ba3667b0727658ae10e5d7 Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Tue, 12 May 2009 01:56:24 -0400 Subject: [PATCH] Modifying example somewhat --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 26f985e..2b8c86d 100644 --- a/README +++ b/README @@ -30,7 +30,7 @@ Example Use An extremely generic, and somewhat useless, demo is below. Instantiate your class by passing in a Twitter username, then all functions will come off of that. Results are returned as a list. -testList = tango("ryanmcgrath") +testList = tango.setup(username="ryanmcgrath") newTestList = testList.getSearchTimeline("b", "20") for testTweet in newTestList: print testTweet