Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit a0250fe

Browse files
committed
Fix: Typo with slp-sdk installation command
1 parent 8091817 commit a0250fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/data/docs/slp/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ Use the official installer from [nodejs.org](https://nodejs.org/). Install the o
1616

1717
To use commands like `new` and `console`:
1818

19-
npm install sdk-sdk --global
19+
npm install slp-sdk --global
2020

2121
To use inside a command line script or client/server app:
2222

23-
npm install sdk-sdk --save
23+
npm install slp-sdk --save
2424

2525
### Usage
2626

0 commit comments

Comments
 (0)