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