README.md in bootic_client-0.0.3 vs README.md in bootic_client-0.0.4

- old
+ new

@@ -125,10 +125,10 @@ All resource link relations include a "docs" URL so you can learn more about that particular resource. ```ruby shop = root.shops.first -puts shop.rels[:create_product] # => 'https://developers.bootic.net/rels/create_product' +puts shop.rels[:create_product].docs # => 'https://developers.bootic.net/rels/create_product' ``` ## Cache storage `BooticClient` honours HTTP caching headers included in API responses (such as `ETag` and `Last-Modified`).