Skip to content

Commit 49c880c

Browse files
authored
fix(README): remove note on @octokit/rest v16
1 parent b293d54 commit 49c880c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ const { retry } = require("@octokit/plugin-retry");
3838
</tbody>
3939
</table>
4040

41-
**Note**: If you use it with `@octokit/rest` v16, install `@octokit/core` as a devDependency. This is only temporary and will no longer be necessary with `@octokit/rest` v17.
42-
4341
```js
4442
const MyOctokit = Octokit.plugin(retry);
4543
const octokit = new MyOctokit({ auth: "secret123" });

0 commit comments

Comments
 (0)