mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Minor spelling fix.
This commit is contained in:
parent
fe46a65d4e
commit
35a5f0d91d
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ $LOAD_PATH.unshift dir unless $LOAD_PATH.include?(dir)
|
|||
# Once it's installed, all view files with the ".html.haml" extension
|
||||
# will be compiled using Haml.
|
||||
#
|
||||
# To run Haml from the commandline, just use
|
||||
# To run Haml from the command line, just use
|
||||
#
|
||||
# haml input.haml output.html
|
||||
#
|
||||
|
|
|
@ -51,7 +51,7 @@ $LOAD_PATH.unshift dir unless $LOAD_PATH.include?(dir)
|
|||
# Then, whenever necessary, they're compiled into corresponding CSS files in public/stylesheets.
|
||||
# For instance, public/stylesheets/sass/main.sass would be compiled to public/stylesheets/main.css.
|
||||
#
|
||||
# To run Sass from the commandline, just use
|
||||
# To run Sass from the command line, just use
|
||||
#
|
||||
# sass input.sass output.css
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue