From e500335338ef715b966ed9cb2b9cece1848d33c5 Mon Sep 17 00:00:00 2001 From: Shinnosuke Watanabe Date: Fri, 18 Jul 2014 14:55:46 +0900 Subject: [PATCH] Update README * change badge image format * update link URL --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8a73f6f..b551d1e 100644 --- a/README.md +++ b/README.md @@ -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