Skip to content

Commit 8d12a58

Browse files
committed
Small fix for readme.md
1 parent 402e967 commit 8d12a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ await fetch("https://httpbin.org/post", options)
105105

106106
```js
107107
// This module is only necessary when you targeting Node.js or need web streams that implement Symbol.asyncIterator
108-
import {ReadableStream} from "web-streams-api/ponyfill/es2018"
108+
import {ReadableStream} from "web-streams-polyfill/ponyfill/es2018"
109109

110110
import {Encoder} from "form-data-encoder"
111111
import {FormData} from "formdata-node"

0 commit comments

Comments
 (0)