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 19e8f7e commit eb1c1d1Copy full SHA for eb1c1d1
README.md
@@ -43,7 +43,7 @@ gulp.task('documentation', function () {
43
44
// Generating a pretty HTML documentation site
45
gulp.src('./index.js')
46
- .pipe(gulpDocumentation('html))
+ .pipe(gulpDocumentation('html'))
47
.pipe(gulp.dest('html-documentation'));
48
49
// Generating raw JSON documentation output
0 commit comments