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 7109751 + 04b8fb7 commit 40539c4Copy full SHA for 40539c4
README.md
@@ -267,7 +267,7 @@ var fs = require("fs")
267
parse({ src: "example.js" }).pipe(process.stdout)
268
269
// or pipe in source code
270
-fs.createReadStream("example.js").parse().pipe(process.stdout)
+fs.createReadStream("example.js").pipe(parse()).pipe(process.stdout)
271
```
272
<a name="module_jsdoc-parse--jsdocParse..ParseOptions.ParseOptions+private"></a>
273
##### parseOptions.private : <code>boolean</code>
0 commit comments