Skip to content

Commit

Permalink
Fix wrong method name #get_user_items in README
Browse files Browse the repository at this point in the history
  • Loading branch information
yujinakayama committed Jan 20, 2015
1 parent 02ae8f5 commit bf8b689
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 bf8b689

Please sign in to comment.