From 943af1e80458da6be9fa480806cfca2abd23647e Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Tue, 10 May 2022 13:26:52 +0200 Subject: [PATCH] docs: Update the react client install instructions (#1584) The install instructions didn't previously add the `unleash-proxy-client` package (presuming it'd be implicitly installed by `npm`). This doesn't seem to be the case, so we'll list it explicitly. --- website/docs/sdks/proxy-react.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/docs/sdks/proxy-react.md b/website/docs/sdks/proxy-react.md index fd69afe17c..aa46b95adc 100644 --- a/website/docs/sdks/proxy-react.md +++ b/website/docs/sdks/proxy-react.md @@ -10,8 +10,10 @@ For more detailed information, check out [the React Proxy SDK on GitHub](https:/ ## Installation +Install the React proxy client and the [JavaScript proxy client](proxy-javascript.md) packages: + ```shell npm2yarn -npm install @unleash/proxy-client-react +npm install @unleash/proxy-client-react unleash-proxy-client ``` ## Initialization