README.md in harvesting-0.4.0 vs README.md in harvesting-0.5.0

- old
+ new

@@ -1,9 +1,9 @@ # Harvesting -[![Build Status](https://travis-ci.org/ombulabs/harvesting.svg?branch=master)](https://travis-ci.org/ombulabs/harvesting) -[![Code Climate](https://codeclimate.com/github/ombulabs/harvesting/badges/gpa.svg)](https://codeclimate.com/github/ombulabs/harvesting) +[![Build Status](https://travis-ci.org/fastruby/harvesting.svg?branch=master)](https://travis-ci.org/ombulabs/harvesting) +[![Code Climate](https://codeclimate.com/github/fastruby/harvesting/badges/gpa.svg)](https://codeclimate.com/github/ombulabs/harvesting) A Ruby gem to interact with the Harvest API v2.0 and forward. ## Installation @@ -73,10 +73,10 @@ ### Clients ```ruby client.clients -# => [#<Harvesting::Models::Client:0x007ff718d65fd0 @attributes={"id"=>6760580, "name"=>"Toto", "is_active"=>true, "address"=>"" ... > +# => #<Harvesting::Models::Clients:0x007ff718d65fd0> client = client.clients.first # => #<Harvesting::Models::Client:0x007ff718cf5fc8 @attributes={"id"=>6760580, "name"=>"Toto", # ... > ```