diff --git a/README.md b/README.md index 2838200..3b1138d 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index e8c3a25..41e51da 100644 --- a/package.json +++ b/package.json @@ -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": {