README.md in avromatic-0.32.0 vs README.md in avromatic-0.33.0

- old
+ new

@@ -205,10 +205,10 @@ The `ModelRegistry` can be customized to remove a namespace prefix: ```ruby Avromatic.nested_models = - Avromatic::ModelRegistry.new(remove_namespace_prefix: 'com.my_company' + Avromatic::ModelRegistry.new(remove_namespace_prefix: 'com.my_company') ``` The `:remove_namespace_prefix` value can be a string or a regexp. By default, top-level generated models reuse `Avromatic.nested_models`. This