From b537d42c27670135c42c1b973f3113b37d280ecf Mon Sep 17 00:00:00 2001 From: Ian James Date: Wed, 11 Oct 2017 09:51:19 +0100 Subject: [PATCH] Corrected link to gulp-sass --- recipes/gulp.pug/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/gulp.pug/readme.md b/recipes/gulp.pug/readme.md index 4c8746c..c6ecd59 100644 --- a/recipes/gulp.pug/readme.md +++ b/recipes/gulp.pug/readme.md @@ -35,7 +35,7 @@ Some useful links: - and its integration with gulp: [gulp-pug](https://www.npmjs.com/package/gulp-pug) - css preprocessing : [node-sass](https://www.npmjs.com/package/node-sass) - and its integration with - gulp: [gulp-sass](https://www.npmjs.com/package/gulp-pug) + gulp: [gulp-sass](https://www.npmjs.com/package/gulp-sass) - and of course [gulp](https://github.com/gulpjs/gulp/blob/master/docs/README.md) ### Preview of `gulpfile.js`: