Skip to content

Commit

Permalink
docs(README): plugin-throttle should be plugin-throttling, `plugi…
Browse files Browse the repository at this point in the history
…n-paginate` should be `plugin-paginate-rest` (#153)
  • Loading branch information
cspotcode authored Aug 4, 2020
1 parent c0ac71c commit a5ce078
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 @@ -421,8 +421,8 @@ You can build your own Octokit class with preset default options and plugins. In
```js
const { Octokit } = require("@octokit/core");
const MyActionOctokit = Octokit.plugin(
require("@octokit/plugin-paginate"),
require("@octokit/plugin-throttle"),
require("@octokit/plugin-paginate-rest"),
require("@octokit/plugin-throttling"),
require("@octokit/plugin-retry")
).defaults({
authStrategy: require("@octokit/auth-action"),
Expand Down

0 comments on commit a5ce078

Please sign in to comment.