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 7109751 commit 04b8fb7Copy full SHA for 04b8fb7
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