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 1e88f44 commit eb11f9aCopy full SHA for eb11f9a
README.md
@@ -31,7 +31,7 @@ Documentation stream intended for use within the gulp system.
31
**Examples**
32
33
```javascript
34
-var gulpDocumentation = require('gulp-documentation'),
+var gulpDocumentation = require('gulp-documentation');
35
var gulp = require('gulp');
36
// Out of the box, you can generate JSON, HTML, and Markdown documentation
37
gulp.task('documentation-readme-example', function () {
0 commit comments