README.md in dslize-0.0.2 vs README.md in dslize-0.0.3
- old
+ new
@@ -7,11 +7,11 @@
### In brief: ###
* Use real ruby classes to define your DSL
* Add custom behaviors defining ruby methods
* Create custom formatters/generators extending a base class
-* Module `DSLize::Methods` defines how your attributes are interpreted, include `DSLize::Methods::Base` to has the standard attributes
-* Module `DSLize::Definition` defines your DSL
+* Module `DSLize::Methods` defines your attributes types, include `DSLize::Methods::Base` to import the standard attributes
+* Module `DSLize::Definition` defines your classes
## Installation ##
gem install dslize