Skip to content

Commit 53e430d

Browse files
committed
fix: update npm install command to include global flag in README.md
1 parent 4627397 commit 53e430d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pip install -e .
3535

3636
```bash
3737
pip install vortex-sdk-python
38-
npm install @vortexfi/sdk
38+
npm install -g @vortexfi/sdk
3939
```
4040

4141
## Quick Start

0 commit comments

Comments
 (0)