Skip to content

Commit 9b0470f

Browse files
authored
Merge pull request #25 from Bcow7/patch-1
Update README.md
2 parents 19e8f7e + eb1c1d1 commit 9b0470f

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)