Skip to content

Commit eb11f9a

Browse files
DaleLJeffersonarv
authored andcommitted
Fix typo (#28)
1 parent 1e88f44 commit eb11f9a

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
@@ -31,7 +31,7 @@ Documentation stream intended for use within the gulp system.
3131
**Examples**
3232

3333
```javascript
34-
var gulpDocumentation = require('gulp-documentation'),
34+
var gulpDocumentation = require('gulp-documentation');
3535
var gulp = require('gulp');
3636
// Out of the box, you can generate JSON, HTML, and Markdown documentation
3737
gulp.task('documentation-readme-example', function () {

0 commit comments

Comments
 (0)