Skip to content

Commit

Permalink
Fix typo in code example.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkemp committed Jan 7, 2016
1 parent 2278c01 commit 3e77dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ var gulp = require('gulp'),

gulp.task('default', function () {
return gulp.src('index.html')
.pipe(useref({}, lazypipe().pipe(sourcemaps.init, { loadMaps: true })()))
.pipe(useref({}, lazypipe().pipe(sourcemaps.init, { loadMaps: true })))
.pipe(sourcemaps.write('maps'))
.pipe(gulp.dest('dist'));
});
Expand Down

0 comments on commit 3e77dfb

Please sign in to comment.