Further Merb instruction fixes.

This commit is contained in:
Nathan Weizenbaum 2008-11-24 18:35:14 -08:00
parent fd64f8859c
commit a9a134a1c5
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ to corresponding CSS files in public/stylesheets when needed
see the Sass module docs for details).
For Merb, <tt>.html.haml</tt> 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 "merb-haml"