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