README.md in cistern-2.0.4 vs README.md in cistern-2.0.5

- old
+ new

@@ -155,10 +155,10 @@ * `service` is the associated `Foo::Client` instance * `attribute` specifications on collections are allowed. use `merge_attributes` * `load` consumes an Array of data and constructs matching `model` instances ```ruby -class Foo::Client::Bars < Cistern::Collection +class Foo::Client::Bars < Foo::Client::Collection attribute :count, type: :integer model Foo::Client::Bar