mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-05 17:53:12 +02:00
fix: rename proxy menu item
This commit is contained in:
parent
7e79c83a52
commit
692d58d3ac
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: proxy-react
|
||||
title: React proxy client
|
||||
title: React proxy SDK
|
||||
---
|
||||
|
||||
> This library is meant to be used with the [unleash-proxy](https://github.com/Unleash/unleash-proxy). The proxy application layer will sit between your unleash instance and your client applications, and provides performance and security benefits. DO NOT TRY to connect this library directly to the unleash instance, as the datasets follow different formats because the proxy only returns evaluated toggle information.
|
||||
|
@ -269,7 +269,3 @@ unleash.on('synchronized', () => {
|
||||
const variant = unleash.getVariant('app.ToggleY');
|
||||
});
|
||||
```
|
||||
|
||||
## I want to set up a production ready instance
|
||||
|
||||
Coming soon.
|
||||
|
Loading…
Reference in New Issue
Block a user