v1.0.1, documentation fix

This commit is contained in:
Sven Slootweg 2015-01-20 12:17:28 +01:00
parent bc1496c6ac
commit f215a26689
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ Be aware that by making a pull request, you agree to release your modifications
## Migrating from `combined-stream`
Note that there are a few important differences between `combined-stream` and `combined-stream`:
Note that there are a few important differences between `combined-stream` and `combined-stream2`:
* You cannot supply strings, only Buffers and streams. This is because `combined-stream2` doesn't know what the encoding of your string would be, and can't guess safely. You will need to manually encode strings to a Buffer before passing them on to `combined-stream2`.
* The `pauseStreams` option does not exist. All streams are read lazily in non-flowing mode; that is, no data is read until something explicitly tries to read the combined stream.

View file

@ -1,6 +1,6 @@
{
"name": "combined-stream2",
"version": "1.0.0",
"version": "1.0.1",
"description": "A drop-in Streams2-compatible replacement for combined-stream.",
"main": "index.js",
"scripts": {