README.md in coder_wally-0.0.4 vs README.md in coder_wally-0.0.5

- old
+ new

@@ -31,13 +31,18 @@ (remember to replace <username> with you a valid username) from the command line using: ruby -Ilib bin/coder_wally <username> -In your code: +In order to get a user's badges, you do this: client = CoderWally::Client.new client.get_badges_for <username> + +In order to get a user's details, you do this: + + client = CoderWally::Client.new + client.get_details_for <username> ## Contributing 1. Fork it ( https://github.com/gregstewart/coder_wally/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`)