Skip to content

Commit

Permalink
chore: fix fetch API description (#846)
Browse files Browse the repository at this point in the history
closes #841
  • Loading branch information
antongolub committed Jun 15, 2024
1 parent ae46174 commit bf1cdee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ cd(await $`mktemp -d`)

## fetch()

A wrapper around the [node-fetch](https://www.npmjs.com/package/node-fetch)
A wrapper around the [node-fetch-native](https://www.npmjs.com/package/node-fetch-native)
package.

```js
Expand Down

0 comments on commit bf1cdee

Please sign in to comment.