We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b0470f commit d213581Copy full SHA for d213581
README.md
@@ -59,7 +59,7 @@ gulp.task('documentation', function () {
59
gulp.task('documentation-multiple-files', function () {
60
61
gulp.src('./src/*.js')
62
- .pipe(gulpDocumentation({ format: 'md' }))
+ .pipe(gulpDocumentation('md'))
63
.pipe(gulp.dest('md-documentation'));
64
65
});
0 commit comments