Add notes on dependencies

This commit is contained in:
Sami Turcotte 2018-12-02 23:15:05 -05:00
parent 07c91574dd
commit e41abfada4

View File

@ -1,13 +1,15 @@
# Mhysa # Mhysa
**Stream utils for Node.js** **Dependency-free stream utils for Node.js**
<sub>Released under the [MIT]() license.</sub> <sub>Released under the [MIT](https://github.com/Wenzil/Mhysa/blob/master/LICENSE) license.</sub>
```sh ```sh
yarn add mhysa yarn add mhysa
``` ```
<sub>Tested with Node.js versions 8+</sub>
## fromArray(array) ## fromArray(array)
Convert an array into a `Readable` stream of its elements Convert an array into a `Readable` stream of its elements