Skip to content

Commit c55b027

Browse files
committed
Update 1st example.
1 parent de30864 commit c55b027

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
@@ -33,7 +33,7 @@ const options = {
3333
headers: encoder.headers,
3434

3535
// Create a Readable stream from the Encoder.
36-
// You can omit usage of `Readable.from` for HTTP clients whose support async iterables.
36+
// You can omit usage of `Readable.from` for HTTP clients whose support async iterables in request body.
3737
// The Encoder will yield FormData content portions encoded into the multipart/form-data format as node-fetch consumes the stream.
3838
body: Readable.from(encoder.encode()) // or just Readable.from(encoder)
3939
}

0 commit comments

Comments
 (0)