Skip to content

Commit

Permalink
docs: Added pnpm into README.md installs (#2416)
Browse files Browse the repository at this point in the history
  • Loading branch information
JajarGaming committed Apr 5, 2023
1 parent 6772ba5 commit 371d5e5
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 @@ -76,7 +76,7 @@ import { Octokit, App } from "https://cdn.skypack.dev/octokit?dts";
Node 12+
</th><td>

Install with <code>npm install octokit</code>, or <code>yarn add octokit</code>
Install with <code>npm/pnpm install octokit</code>, or <code>yarn add octokit</code>

```js
import { Octokit, App } from "octokit";
Expand All @@ -87,7 +87,7 @@ import { Octokit, App } from "octokit";
Node 10 and below
</th><td>

Install with <code>npm install octokit</code>, or <code>yarn add octokit</code>
Install with <code>npm/pnpm install octokit</code>, or <code>yarn add octokit</code>

```js
const { Octokit, App } = require("octokit");
Expand Down

0 comments on commit 371d5e5

Please sign in to comment.