README.md in lazy_mapper-0.1.0 vs README.md in lazy_mapper-0.1.1
- old
+ new
@@ -1,7 +1,7 @@
-# LazyModel
+# LazyMapper
-Wraps a JSON object and lazily maps its attributes to rich domain objects using either a set of default mappers (for Ruby's built-in types), or custom mappers specified by the client.
+Wraps a Hash and lazily maps its attributes to rich domain objects using either a set of default mappers (for Ruby's built-in types), or custom mappers specified by the client.
The mapped values are memoized.
Example: