Skip to content

Commit 70ff8f9

Browse files
replaced npm with pnpm in some installs
1 parent ec0cc23 commit 70ff8f9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/notion-client/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
## Install
1212

1313
```bash
14-
npm install notion-client
14+
pnpm install notion-client
1515
```
1616

1717
This package is compatible with server-side V8 contexts such as Node.js, Deno, and Cloudflare Workers.

packages/notion-types/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
## Install
1212

1313
```bash
14-
npm install notion-types
14+
pnpm install notion-types
1515
```
1616

1717
This package only exports types and is compatible with both Node.js and browsers.

packages/notion-utils/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
## Install
1212

1313
```bash
14-
npm install notion-utils
14+
pnpm install notion-utils
1515
```
1616

1717
This package is compatible with both Node.js and client-side web usage.

0 commit comments

Comments
 (0)