Skip to content

Commit

Permalink
docs(readme): use native fetch API first (#488)
Browse files Browse the repository at this point in the history
docs(readme): use native `fetch` api first
  • Loading branch information
baoshan committed Jul 11, 2022
1 parent 8cdd770 commit b517ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ to interact with [GitHub’s REST API](https://developer.github.com/v3/) and

It uses [`@octokit/endpoint`](https://github.com/octokit/endpoint.js) to parse
the passed options and sends the request using [fetch](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)
([node-fetch](https://github.com/bitinn/node-fetch) in Node).
([node-fetch](https://github.com/bitinn/node-fetch) when the runtime has no native `fetch` API).

<!-- update table of contents by running `npx markdown-toc README.md -i` -->

Expand Down

0 comments on commit b517ae0

Please sign in to comment.