diff --git a/README.md b/README.md index 7299a51a..e6b9ab71 100644 --- a/README.md +++ b/README.md @@ -262,7 +262,7 @@ See `html2haml --help` for further information and options. The `sass-convert` executable converts between CSS, Sass, and SCSS. When converting from CSS to Sass or SCSS, nesting is applied where appropriate. -See `css2sass --help` for further information and options. +See `sass-convert --help` for further information and options. ## Authors diff --git a/lib/haml/exec.rb b/lib/haml/exec.rb index 52562b0b..2b08afc7 100644 --- a/lib/haml/exec.rb +++ b/lib/haml/exec.rb @@ -3,7 +3,7 @@ require 'fileutils' require 'rbconfig' module Haml - # This module handles the various Haml executables (`haml`, `sass`, `css2sass`, etc). + # This module handles the various Haml executables (`haml`, `sass`, `sass-convert`, etc). module Exec # An abstract class that encapsulates the executable code for all three executables. class Generic