From e41abfada48c22d8a9bfcb6925e68c19ec0ac403 Mon Sep 17 00:00:00 2001 From: Sami Turcotte Date: Sun, 2 Dec 2018 23:15:05 -0500 Subject: [PATCH] Add notes on dependencies --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d57ad08..137ff84 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,15 @@ # Mhysa -**Stream utils for Node.js** +**Dependency-free stream utils for Node.js** -Released under the [MIT]() license. +Released under the [MIT](https://github.com/Wenzil/Mhysa/blob/master/LICENSE) license. ```sh yarn add mhysa ``` +Tested with Node.js versions 8+ + ## fromArray(array) Convert an array into a `Readable` stream of its elements