Skip to content

Commit 7de7a5b

Browse files
fix(docs/contributing): correct pnpm link command
1 parent b8d239e commit 7de7a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ $ yarn link oz-agent-sdk
6060
# With pnpm
6161
$ pnpm link --global
6262
$ cd ../my-package
63-
$ pnpm link -global oz-agent-sdk
63+
$ pnpm link --global oz-agent-sdk
6464
```
6565

6666
## Running tests

0 commit comments

Comments
 (0)