From 902e7b5df183191d0cf6e9bbc67ce31c8a01b989 Mon Sep 17 00:00:00 2001 From: Chris Montgomery Date: Fri, 25 Jul 2014 12:37:59 -0500 Subject: [PATCH] update readme. fixes #3 --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6331d107..a8c4e2ad 100644 --- a/readme.md +++ b/readme.md @@ -87,7 +87,7 @@ var gulp = require('gulp'), gulp.task('bundle', function() { return gulp.src('./bundle.config.js') .pipe(bundle()) - .pipe(bundle.results('./')) // arg is dest of bundle.result.json + .pipe(bundle.results('./')) // arg is destination of bundle.result.json .pipe(gulp.dest('./public')); }); ```