Skip to content

Commit

Permalink
Merged pull request technoweenie#9 from francois2metz/fix_readme.
Browse files Browse the repository at this point in the history
Update README with API of twitter.updateStatus().
  • Loading branch information
jdub committed Apr 27, 2011
2 parents f304e8e + 2ced64f commit 641ebf3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -42,8 +42,7 @@ Note that all functions may be chained:
.verifyCredentials(function (data) {
sys.puts(sys.inspect(data));
})
.updateStatus(
{ status: 'Test tweet from node-twitter/' + twitter.VERSION },
.updateStatus('Test tweet from node-twitter/' + twitter.VERSION,
function (data) {
sys.puts(sys.inspect(data));
}
Expand Down

0 comments on commit 641ebf3

Please sign in to comment.