X-Git-Url: https://jfr.im/git/z_archive/twitter.git/blobdiff_plain/1a7546e279b5b93aafe5014c8c0f82d929a4b8af..ff3ca1971da20a58c5eb33989411d81f2216e435:/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!') ```