Skip to content

Commit 923be21

Browse files
authored
Merge pull request #7563 from jferrettiboke/patch-1
fix(docs): use `pnpm add` instead of `pnpm install`
2 parents 79d1d35 + 803c6a2 commit 923be21

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/server/node

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/server/node/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ All of Segment's server-side libraries are built for high-performance, so you ca
2525
# yarn
2626
yarn add @segment/analytics-node
2727
# pnpm
28-
pnpm install @segment/analytics-node
28+
pnpm add @segment/analytics-node
2929
```
3030

3131
2. Initialize the `Analytics` constructor the module exposes with your Segment source **Write Key**, like so:

0 commit comments

Comments
 (0)