diff --git a/README.md b/README.md index 77639c3..7b891ff 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Run this task with the grunt sass command. Sass is a preprocessor that adds nested rules, variables, mixins and functions, selector inheritance, and more to CSS. Sass files compile into well-formatted, standard CSS to use in your site or application. -This task requires you to have [Ruby](http://www.ruby-lang.org/en/downloads/) and [Sass](http://sass-lang.com/download.html) installed. If you're on OS X or Linux you probably already have Ruby installed; test with ruby -v in your terminal. When you've confirmed you have Ruby installed, `run gem install sass` to install Sass. +This task requires you to have [Ruby](http://www.ruby-lang.org/en/downloads/) and [Sass](http://sass-lang.com/download.html) installed. If you're on OS X or Linux you probably already have Ruby installed; test with ruby -v in your terminal. When you've confirmed you have Ruby installed, run `gem install sass` to install Sass. NOTE: Above text taken from [grunt-contrib-sass](https://www.npmjs.org/package/grunt-contrib-sass)