1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +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:
Youssef Khedher 2021-09-23 21:19:33 +01:00 committed by GitHub
parent 118ccf8449
commit b766182c9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:
```sh
npm install unleash-client --save
npm install unleash-client
```
## Step 2: Initialize the client SDK {#step-2-initialize-the-client-sdk}