From a0250fec11a24219447e506f890799a7c69f2eb8 Mon Sep 17 00:00:00 2001 From: Sam Cheng Hung Date: Mon, 11 Mar 2019 16:15:41 +0800 Subject: [PATCH] Fix: Typo with slp-sdk installation command --- src/data/docs/slp/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/docs/slp/getting-started.md b/src/data/docs/slp/getting-started.md index 6989a80d..252fc0a8 100644 --- a/src/data/docs/slp/getting-started.md +++ b/src/data/docs/slp/getting-started.md @@ -16,11 +16,11 @@ Use the official installer from [nodejs.org](https://nodejs.org/). Install the o To use commands like `new` and `console`: - npm install sdk-sdk --global + npm install slp-sdk --global To use inside a command line script or client/server app: - npm install sdk-sdk --save + npm install slp-sdk --save ### Usage