Skip to content

Commit

Permalink
Merge pull request #10 from increments/fix-wrong-method-name-in-readme
Browse files Browse the repository at this point in the history
Fix wrong method name #get_user_items in README
  • Loading branch information
r7kamura committed Jan 20, 2015
2 parents 98eeb07 + bf8b689 commit 70020f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ require "qiita"
client = Qiita::Client.new(access_token: "1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcd")
client.list_items
client.list_users
client.get_user_items("r7kamura")
client.list_user_items("r7kamura")
client.get_user("r7kamura")
client.get_user("r7kamura").status
client.get_user("r7kamura").headers
Expand Down

0 comments on commit 70020f1

Please sign in to comment.