Commit bf1cdee

Anton Golub <antongolub@antongolub.com>
2024-06-15 16:52:07
chore: fix fetch API description (#846)
closes #841
1 parent ae46174
Changed files (1)
api.md
@@ -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