README.md in schema_registry_cli-0.1.0 vs README.md in schema_registry_cli-0.2.0
- old
+ new
@@ -40,14 +40,12 @@
## Usage
### Helpers
```ruby
-req = SchemaRegistryCli.register('kafka-key', 'string')
-req.body # => {"id":1}
+SchemaRegistryCli.register('kafka-key', 'string')# => {"id":1}
+SchemaRegistryCli.lastest_version('not-registered') # => ERROR
```
-
-Every helper returns an instance of `Wrappi::Endpoint` check documentation at: (wrappi usage)[https://github.com/arturictus/wrappi#usage]
___methods:___
- register(subject, schema)
- subjects