mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
removed the --save flag
removed the --save as it is used by default as of npm 5.0.0
This commit is contained in:
parent
118ccf8449
commit
b766182c9a
@ -12,7 +12,7 @@ In this guide we explain how to use feature toggles in a Node application using
|
|||||||
First we must install Node.js dependency:
|
First we must install Node.js dependency:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm install unleash-client --save
|
npm install unleash-client
|
||||||
```
|
```
|
||||||
|
|
||||||
## Step 2: Initialize the client SDK {#step-2-initialize-the-client-sdk}
|
## Step 2: Initialize the client SDK {#step-2-initialize-the-client-sdk}
|
||||||
|
Loading…
Reference in New Issue
Block a user