From 41db1e78d88741434c2b5561f8165af4f240ec88 Mon Sep 17 00:00:00 2001 From: Alejandro Oviedo Date: Thu, 11 Sep 2014 23:34:43 -0300 Subject: [PATCH] added link to readable-stream --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 100cd94..f1ae4ea 100644 --- a/readme.md +++ b/readme.md @@ -231,6 +231,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [binary-split](https://github.com/maxogden/binary-split) - A fast newline (or any delimiter) splitter stream. - [multistream](https://github.com/feross/multistream) - Combine multiple streams into a single stream. - [graphicsmagick-stream](https://github.com/e-conomic/graphicsmagick-stream/) - Fast convertion/scaling of images using a pool of long lived graphicsmagick processes. +- [readable-stream](https://github.com/isaacs/readable-stream) - Mirror of Streams2 and Streams3 implementations in core. ### Real-time