From 0e82ab28f83202bcc4d5192d23357a7c2506d242 Mon Sep 17 00:00:00 2001 From: Youssef Khedher Date: Thu, 23 Sep 2021 21:21:05 +0100 Subject: [PATCH] removed the --save from npm command --- websitev2/docs/sdks/proxy-javascript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websitev2/docs/sdks/proxy-javascript.md b/websitev2/docs/sdks/proxy-javascript.md index 45701be65f..fd57286d60 100644 --- a/websitev2/docs/sdks/proxy-javascript.md +++ b/websitev2/docs/sdks/proxy-javascript.md @@ -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**