We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e79d82 commit 1389b71Copy full SHA for 1389b71
README.md
@@ -33,11 +33,11 @@ Node
33
Install with `npm install @octokit/core @octokit/plugin-paginate-rest`. Optionally replace `@octokit/core` with a core-compatible module
34
35
```js
36
-import { Octokit } from "@octokit/core";
37
-import {
+const { Octokit } = require("@octokit/core");
+const {
38
paginateRest,
39
composePaginateRest,
40
-} from "@octokit/plugin-paginate-rest";
+} = require("@octokit/plugin-paginate-rest");
41
```
42
43
</td></tr>
0 commit comments