Skip to content

Commit

Permalink
more minor doc tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Nov 6, 2018
1 parent f8346bb commit 6115577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Inspired by [Dominic Tarr](https://github.com/dominictarr)'s [through](https://github.com/dominictarr/through) in that it's so much easier to make a stream out of a function than it is to set up the prototype chain properly: `through(function (chunk) { ... })`.

***Note: Users of Node.js 0.10 and 0.12 should install `[email protected]`. As of [email protected], readable-stream@3 is being used and is not compatible with older versions of Node.js.***
***Note: Users of Node.js 0.10 and 0.12 should install `[email protected]`. As of [email protected], readable-stream@3 is being used and is not compatible with older versions of Node.js.*** _v2.x support is being maintained on the [v2.x](https://github.com/rvagg/through2/tree/v2.x) branch._

```js
fs.createReadStream('ex.txt')
Expand Down Expand Up @@ -131,4 +131,4 @@ var converter = FToC({objectMode: true})
## License
**through2** is Copyright (c) Rod Vagg [@rvagg](https://twitter.com/rvagg) and additional contributors and licensed under the MIT license. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE file for more details.
**through2** is Copyright (c) Rod Vagg and additional contributors and licensed under the MIT license. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE file for more details.

0 comments on commit 6115577

Please sign in to comment.