1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

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.
This commit is contained in:
Thomas Heartman 2022-05-10 13:26:52 +02:00 committed by GitHub
parent 86184d8a8b
commit 943af1e804
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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