From cdba60ecca808f820c28ec51a09e50254d4b7a61 Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Thu, 17 Dec 2009 01:57:15 -0500 Subject: [PATCH] Adding installation notes to README, thanks to a note from Idris (that I, sadly, missed for the longest time) --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index c649b06..bc3371e 100644 --- a/README.markdown +++ b/README.markdown @@ -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?")