Skip to content

Commit d213581

Browse files
authored
fix(docs): Fix straggling old-fashioned example
1 parent 9b0470f commit d213581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ gulp.task('documentation', function () {
5959
gulp.task('documentation-multiple-files', function () {
6060

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

6565
});

0 commit comments

Comments
 (0)