X-Git-Url: https://jfr.im/git/z_archive/twitter.git/blobdiff_plain/33dc10b4c6a3502e5bf74649241021064ed5670f..12bb62ddccd1fb84c3a8371e923eed946248d0bf:/README diff --git a/README b/README index 8e3a534..8150170 100644 --- a/README +++ b/README @@ -283,7 +283,7 @@ twitter = Twitter(auth=OAuth( oauth_token, oauth_secret, CONSUMER_KEY, CONSUMER_SECRET)) # Now work with Twitter -twitter.statuses.update('Hello, world!') +twitter.statuses.update(status='Hello, world!') ```