From f0bb8969d2a1bc59d258672858dcfaf945385e63 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 7 Dec 2014 16:26:25 +0700 Subject: [PATCH] add `stream-combiner2` --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 438784c..32f5d52 100644 --- a/readme.md +++ b/readme.md @@ -276,6 +276,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [readable-stream](https://github.com/isaacs/readable-stream) - Mirror of Streams2 and Streams3 implementations in core. - [s3-upload-stream](https://github.com/nathanpeck/s3-upload-stream) - Upload a stream to an Amazon S3 bucket using multipart upload. - [through2-concurrent](https://github.com/almost/through2-concurrent) - Transform object streams concurrently. +- [stream-combiner2](https://github.com/substack/stream-combiner2) - Turn a pipeline into a single stream. ### Real-time