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

- old
+ new

@@ -41,9 +41,14 @@ In order to get a user's details, you do this: client = CoderWally::Client.new client.get_details_for <username> +In order to get everything (for now user and badges), you do this: + + client = CoderWally::Client.new + client.get_everything_for <username> + ## Contributing 1. Fork it ( https://github.com/gregstewart/coder_wally/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`)