README.md in dry_struct_parser-0.1.0 vs README.md in dry_struct_parser-0.1.1

- old
+ new

@@ -16,10 +16,10 @@ bundle install ## Usage #### Parsing a Dry::Struct -Lets say we have the following Dry::Validation::Contract definition: +Lets say we have the following Dry::Struct definition: class DTO1 < Dry::Struct attribute :dto1_field, Types::String end