README.md in avrolution-0.5.0 vs README.md in avrolution-0.6.0
- old
+ new
@@ -56,10 +56,10 @@
For Rails applications, the `avro:check_compatibility` task is automatically
defined via a Railtie.
This task does not require any arguments. It checks the
-compatibility of all Avro JSON schemas found recursively under `Avrolution.root`
+compatibility of all unregistered Avro JSON schemas found recursively under `Avrolution.root`
against the schema registry `ENV['COMPATIBILITY_SCHEMA_REGISTRY_URL']` or
`Avroluion.compatibility_schema_registry_url`.
```bash
rake avro:check_compatibility