Skip to content

Commit

Permalink
fix(docs): Fix straggling old-fashioned example
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Nov 28, 2016
1 parent 9b0470f commit d213581
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 @@ -59,7 +59,7 @@ gulp.task('documentation', function () {
gulp.task('documentation-multiple-files', function () {

gulp.src('./src/*.js')
.pipe(gulpDocumentation({ format: 'md' }))
.pipe(gulpDocumentation('md'))
.pipe(gulp.dest('md-documentation'));

});
Expand Down

0 comments on commit d213581

Please sign in to comment.