v1.0.1, documentation fix
This commit is contained in:
parent
bc1496c6ac
commit
f215a26689
|
@ -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.
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue