From d21a1b386ad32975096c8c3c3b31803973bda350 Mon Sep 17 00:00:00 2001 From: stratboy Date: Fri, 30 Oct 2015 15:15:17 +0100 Subject: [PATCH] Update README.md little fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)