Skip to content

Commit 060fe63

Browse files
authored
Update README.md
1 parent d69e8c0 commit 060fe63

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,14 @@
33
[![Build Status][badge-actions-img]][badge-actions-url]
44
[![npm][badge-npm-img]][badge-npm-url]
55

6+
**Consider using [Node 16+ Utility Consumers](https://nodejs.org/dist/latest-v16.x/docs/api/webstreams.html#utility-consumers) rather than this library**
7+
68
Simple Readable and Writable Streams that use a [Buffer][node-buffer-docs] to store received data, or for data to send out. Useful for test code, debugging, and a wide range of other utilities.
79

810
```
911
npm install stream-buffers --save
1012
```
1113

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-
1614
## Usage
1715

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

0 commit comments

Comments
 (0)