README.md in avromatic-0.1.1 vs README.md in avromatic-0.1.2.pre.rc0
- old
+ new
@@ -32,12 +32,12 @@
* registry_url: URL for the schema registry. The schema registry is used to store
Avro schemas so that they can be referenced by id.
* schema_store: The schema store is used to load Avro schemas from the filesystem.
It should be an object that responds to `find(name, namespace = nil)` and
returns an `Avro::Schema` object.
-* messaging: An `AvroTurf::Messaging` object may be specified and will be shared
- by all models. If unspecified a new messaging object is created based on the
- schema store and registry_url.
+* messaging: An `AvroTurf::Messaging` object to be shared by all generated models.
+ The `build_messaging!` method may be used to create a `Messaging` instance based
+ on the other configuration values.
* logger: The logger is for the schema registry client.
### Models
Models may be defined based on an Avro schema for a record.