Update README

* change badge image format
* update link URL
dev
Shinnosuke Watanabe 2014-07-18 14:55:46 +09:00
parent 6e8894502b
commit e500335338
1 changed files with 3 additions and 3 deletions

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