X-Git-Url: https://jfr.im/git/z_archive/twitter.git/blobdiff_plain/84e6e1e40a07ed80856f4347143e9dc27a76063a..569ec9b3fb04bdf26a41c73b2de3e406740c1906:/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!') ```