README.md in zumata-0.0.2 vs README.md in zumata-0.0.3

- old
+ new

@@ -1,12 +1,20 @@ # Zumata For interaction with the Zumata API 2.0 http://developer.zumata.com/doc/zumata-api-2-0-documentation +## Configuration +``` +Zumata.configure do |config| + config.api_url = "http://api.zumata.com" + config.api_key = "YOUR_SECRET_API_KEY" +end +``` + ## Contributing -1. Fork it ( https://github.com/[my-github-username]/zumata/fork ) +1. Fork it ( https://github.com/Zumata/ruby-client/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request