1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-14 00:19:16 +01:00

removed the --save from npm command

This commit is contained in:
Youssef Khedher 2021-09-23 21:21:05 +01:00 committed by GitHub
parent b766182c9a
commit 0e82ab28f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ For single-page apps we have a tiny proxy-client in JavaScript, without any exte
**Step 1: Install**
```
npm install unleash-proxy-client --save
npm install unleash-proxy-client
```
**Step 2: Initialize the SDK**