README.md in compass_formalize-0.0.1 vs README.md in compass_formalize-0.0.2
- old
+ new
@@ -2,5 +2,40 @@
This is an extension for [Compass](http://beta.compass-style.org) for
[Formalize](http://formalize.me),
[Nathan Smith](http://sonspring.com)'s excellent HTML Form stylesheet
project.
+
+## Installation
+
+Install the extension via Ruby Gems:
+
+ gem install compass_formalize
+
+
+If you're starting from scratch, create your Compass project:
+
+ compass create my-project -r compass_formalize
+
+To apply the Formalize pattern, run one of the following, depending on
+your JavaScript framework taste:
+
+ compass install formalize/dojo
+ compass install formalize/extjs
+ compass install formalize/jquery
+ compass install formalize/mootools
+ compass install formalize/prototype
+ compass install formalize/yui
+
+... and follow the provided instructions.
+
+
+## License
+
+
+Licensed under MIT/GPL.
+
+GPL license:
+http://www.gnu.org/licenses/gpl.html
+
+MIT license:
+http://www.opensource.org/licenses/mit-license.php