README.md in simple_model-1.2.0 vs README.md in simple_model-1.2.1
- old
+ new
@@ -142,10 +142,10 @@
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
## Notes
-Release 1.2+ no longer create instance variables, just uses the attributes hash as the data store.
+Release 1.2+ no longer creates instance variables, just uses the attributes hash as the data store.
## Thanks
Code based on Rails/ActiveRecord and [Appoxy/SimpleRecord](https://github.com/appoxy/simple_record)