Skip to content

Commit 193076b

Browse files
fix(docs/contributing): correct pnpm link command
1 parent 7f118be commit 193076b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

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

6666
## Running tests

0 commit comments

Comments
 (0)