Skip to content

Commit eb1c1d1

Browse files
authored
Update README.md
Add missing " ' "
1 parent 19e8f7e commit eb1c1d1

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
@@ -43,7 +43,7 @@ gulp.task('documentation', function () {
4343

4444
// Generating a pretty HTML documentation site
4545
gulp.src('./index.js')
46-
.pipe(gulpDocumentation('html))
46+
.pipe(gulpDocumentation('html'))
4747
.pipe(gulp.dest('html-documentation'));
4848

4949
// Generating raw JSON documentation output

0 commit comments

Comments
 (0)