Skip to content

Commit

Permalink
Update the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
w3nl committed Oct 9, 2021
1 parent 4e6ad0f commit 16f4059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Returns the body parsed as JSON.
await response.json()
```

Returns the body as [ReadableStream](https://streams.spec.whatwg.org/#readablestream).
Returns the body as [ReadableStream](https://nodejs.org/api/stream.html#stream_readable_streams).
```javascript
let result = ''
response.body.on('data', (chunk) => {
Expand Down

0 comments on commit 16f4059

Please sign in to comment.