Skip to content

Commit e37ee9c

Browse files
authored
Merge pull request #51 from sosoba/patch-1
Remark about Node 16 stream consumers
2 parents 874ddb1 + 17eb398 commit e37ee9c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Simple Readable and Writable Streams that use a [Buffer][node-buffer-docs] to st
99
npm install stream-buffers --save
1010
```
1111

12+
## Remark
13+
14+
In a new project, consider using built-in Node 16 functions https://nodejs.org/dist/latest-v16.x/docs/api/webstreams.html#utility-consumers
15+
1216
## Usage
1317

1418
To use the stream buffers in your module, simply import it and away you go.

0 commit comments

Comments
 (0)