README.md in compass_formalize-0.0.2 vs README.md in compass_formalize-0.0.3

- old
+ new

@@ -14,20 +14,28 @@ If you're starting from scratch, create your Compass project: compass create my-project -r compass_formalize +If you're adding the library to an existing project, add the following to your config.rb file: + + require '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. +After following the provided instructions, we need to tell Compass to use relative paths so that all our resources load correctly. In config.rb, we uncomment the following line: + + relative_assets = true + +And we're all set! ## License