README.md in yaaf-0.2.0 vs README.md in yaaf-1.0.0

- old
+ new

@@ -48,10 +48,10 @@ If you want to learn more about Form Objects you can check out [these great articles](#links). ### Why YAAF? -- It is [64 lines long](https://github.com/rootstrap/yaaf/blob/master/lib/yaaf/form.rb#L64). As you can imagine, we did no magic in such a few lines of code, we just leveraged Rails modules in order to provide our form objects with a Rails-like behavior. You can review the code, it's easy to understand. +- It is [60 lines long](https://github.com/rootstrap/yaaf/blob/master/lib/yaaf/form.rb#L60). As you can imagine, we did no magic in such a few lines of code, we just leveraged Rails modules in order to provide our form objects with a Rails-like behavior. You can review the code, it's easy to understand. - It provides a similar API to `ActiveModel` models so you can treat them interchangeably. - You can customize it 100%. We encourage you to have your own `ApplicationForm` which inherits from `YAAF::Form` and make the customizations you'd like for your app.