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.
2 parents 19e8f7e + eb1c1d1 commit 9b0470fCopy full SHA for 9b0470f
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