diff --git a/README.rdoc b/README.rdoc index 35465f45..20362013 100644 --- a/README.rdoc +++ b/README.rdoc @@ -31,12 +31,12 @@ to corresponding CSS files in public/stylesheets when needed see the Sass module docs for details). For Merb, .html.haml views will work without any further modification. -To enable Sass, you also need to add it add a dependency. +To enable Sass, you also need to add a dependency. To do so, just add - dependency "haml" + dependency "merb-haml" -to config/dependencies.rb. +to config/dependencies.rb (or config/init.rb in a flat/very flat Merb application). Then it'll work just like it does in Rails. To use Haml and Sass programatically,