Skip to content

Commit 18a1731

Browse files
NunoMCPavivkeller
andauthored
Update apps/site/pages/en/learn/getting-started/fetch.md
Co-authored-by: Aviv Keller <me@aviv.sh> Signed-off-by: NunoMCP <NunoMCP@users.noreply.github.com>
1 parent b926b56 commit 18a1731

File tree

1 file changed

+2
-1
lines changed
  • apps/site/pages/en/learn/getting-started

1 file changed

+2
-1
lines changed

apps/site/pages/en/learn/getting-started/fetch.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ try {
133133
[Streams](https://nodejs.org/docs/v22.14.0/api/stream.html#stream) is a feature in Node.js that allows you to read and write chunks of data.
134134

135135
```js
136-
import { Writable } from 'stream';
136+
import { Writable } from 'node:stream';
137+
137138
import { stream } from 'undici';
138139

139140
async function fetchGitHubRepos() {

0 commit comments

Comments
 (0)