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:
parent
86184d8a8b
commit
943af1e804
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user