README.md in apicco-sdk-0.0.1 vs README.md in apicco-sdk-0.1.0
- old
+ new
@@ -13,10 +13,10 @@
```
## Usage
```ruby
-require 'apicco-sdk'
+> require 'apicco-sdk'
> token = 'deadbeef'
> intercept = ->(req) { req[:headers]["Authorization"]="Bearer #{token}" }
> api = ::ApiccoSDK::Client.new('http://example.com', rel_path:'api/v2', intercept:intercept)
> api.movies_list
```