Correct the docs for how to make Sass work with Merb.

This commit is contained in:
Nathan Weizenbaum 2008-05-03 01:02:28 -07:00
parent 1693be0bce
commit ea96ab9816
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ $LOAD_PATH << dir unless $LOAD_PATH.include?(dir)
# To enable Sass in Merb,
# add
#
# dependency "haml"
# dependency "merb-haml"
#
# to config/dependencies.rb.
#