Skip to content

Commit 2412d4b

Browse files
authored
chore: Rename "Read streams" example to "Streams Pipeline" (#6495)
* chore: Rename "Read streams" example to "Streams Pipeline" Signed-off-by: Luciano Mammino <[email protected]> * chore: titlecasify Signed-off-by: Luciano Mammino <[email protected]> --------- Signed-off-by: Luciano Mammino <[email protected]>
1 parent 94b3f96 commit 2412d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/en/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ layout: home
9393
// run with `node crypto.mjs`
9494
```
9595

96-
```js displayName="Read Streams"
96+
```js displayName="Streams Pipeline"
9797
// streams.mjs
9898
import { pipeline } from 'node:stream';
9999
import { createReadStream, createWriteStream } from 'node:fs';

0 commit comments

Comments
 (0)