Skip to content

Commit

Permalink
docs: update ToC for README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
prettier-toc-me[bot] committed Jul 5, 2023
1 parent d480667 commit 98d59c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const response = await octokit.graphql(
}
}
}`,
{ login: "octokit" },
{ login: "octokit" }
);
```

Expand Down Expand Up @@ -425,7 +425,7 @@ const { Octokit } = require("@octokit/core");
const MyActionOctokit = Octokit.plugin(
require("@octokit/plugin-paginate-rest").paginateRest,
require("@octokit/plugin-throttling").throttling,
require("@octokit/plugin-retry").retry,
require("@octokit/plugin-retry").retry
).defaults({
throttle: {
onAbuseLimit: (retryAfter, options) => {
Expand Down

0 comments on commit 98d59c1

Please sign in to comment.