README.md in harvesting-0.4.0 vs README.md in harvesting-0.5.0
- old
+ new
@@ -1,9 +1,9 @@
# Harvesting
-[](https://travis-ci.org/ombulabs/harvesting)
-[](https://codeclimate.com/github/ombulabs/harvesting)
+[](https://travis-ci.org/ombulabs/harvesting)
+[](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",
# ... >
```