We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d59cc01 commit c698bb6Copy full SHA for c698bb6
Readme.md
@@ -856,7 +856,7 @@ get your thoughts and contributions on this.
856
857
The query object provides a convenience method `.stream([options])` that wraps
858
query events into a [Readable](http://nodejs.org/api/stream.html#stream_class_stream_readable)
859
-Streams2[Streams2](http://blog.nodejs.org/2012/12/20/streams2/) object. This
+[Streams2](http://blog.nodejs.org/2012/12/20/streams2/) object. This
860
stream can easily be piped downstream and provides automatic pause/resume,
861
based on downstream congestion and the optional `highWaterMark`. The
862
`objectMode` parameter of the stream is set to `true` and cannot be changed
0 commit comments