Skip to content

Commit eeca097

Browse files
authored
docs(README): remove outdated warning (#725)
v17 shipped 4+ years ago, so I think it's safe to remove this warning now. I realize some folks will still be using v16 and below, but it's a reasonably safe assumption those will be legacy apps, not under active development.
1 parent 8edffed commit eeca097

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ Node
3131

3232
Install with `npm install @octokit/core @octokit/plugin-throttling`. Optionally replace `@octokit/core` with a core-compatible module.
3333

34-
**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.
35-
3634
```js
3735
import { Octokit } from "@octokit/core";
3836
import { throttling } from "@octokit/plugin-throttling";

0 commit comments

Comments
 (0)