The Node.js® Website

chore: Rename "Read streams" example to "Streams Pipeline" (#6495)

* chore: Rename "Read streams" example to "Streams Pipeline"

Signed-off-by: Luciano Mammino <lucianomammino@gmail.com>

* chore: titlecasify

Signed-off-by: Luciano Mammino <lucianomammino@gmail.com>

---------

Signed-off-by: Luciano Mammino <lucianomammino@gmail.com>

authored by Luciano Mammino and committed by GitHub 2412d4b9 94b3f96e

Changed files
+1 -1
pages
+1 -1
pages/en/index.mdx
··· 93 93 // run with `node crypto.mjs` 94 94 ``` 95 95 96 - ```js displayName="Read Streams" 96 + ```js displayName="Streams Pipeline" 97 97 // streams.mjs 98 98 import { pipeline } from 'node:stream'; 99 99 import { createReadStream, createWriteStream } from 'node:fs';