Add notes on dependencies
This commit is contained in:
parent
07c91574dd
commit
e41abfada4
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user