diff --git a/README.md b/README.md index d3e4e4a2..b61ab947 100644 --- a/README.md +++ b/README.md @@ -256,10 +256,11 @@ Since HTML is so variable, this transformation is not always perfect; it's a good idea to have a human check the output of this tool. See `html2haml --help` for further information and options. -### `css2sass` +### `sass-convert` -The `css2sass` executable attempts to transform CSS into Sass code. -This transformation attempts to use Sass nesting where possible. +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. ## Authors