Merge pull request #72 from shinnn/update-readme

Update README
This commit is contained in:
David Manning 2014-08-29 16:33:46 -07:00
commit f78263bb4d

View file

@ -1,9 +1,9 @@
[![Build Status](https://travis-ci.org/dlmanning/gulp-sass.png?branch=master)](https://travis-ci.org/dlmanning/gulp-sass)
[![Build Status](https://travis-ci.org/dlmanning/gulp-sass.svg?branch=master)](https://travis-ci.org/dlmanning/gulp-sass)
gulp-sass
=========
SASS plugin for [gulp](https://github.com/wearefractal/gulp).
SASS plugin for [gulp](https://github.com/gulpjs/gulp).
#Install
@ -26,7 +26,7 @@ gulp.task('sass', function () {
});
```
Options passed as a hash into `sass()` will be passed along to [`node-sass`](https://github.com/andrew/node-sass)
Options passed as a hash into `sass()` will be passed along to [`node-sass`](https://github.com/sass/node-sass)
## gulp-sass specific options