Skip to content

Commit

Permalink
Merge pull request jnunemaker#153 from thesocialgeek/master
Browse files Browse the repository at this point in the history
Fixed a bug in Example Code
  • Loading branch information
greatuserongithub committed Sep 7, 2012
2 parents 62213dd + 35e4339 commit eabf8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -41,7 +41,7 @@ class Twitter
end

def post(text)
options = { :query => {:status => text}, :basic_auth => @auth }
options = { :body => {:status => text}, :basic_auth => @auth }
self.class.post('/statuses/update.json', options)
end
end
Expand Down

0 comments on commit eabf8d0

Please sign in to comment.