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

Commit 82f16c7

Browse files
authored
Merge pull request #218 from sagech/fix-slp-typo
Fix: Typo with slp-sdk installation command
2 parents b3d1950 + a0250fe commit 82f16c7

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)