1
0
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:
Fredrik Oseberg 2021-08-13 15:09:55 +02:00
parent 7e79c83a52
commit 692d58d3ac
2 changed files with 1 additions and 5 deletions

View File

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

View File

@ -269,7 +269,3 @@ unleash.on('synchronized', () => {
const variant = unleash.getVariant('app.ToggleY');
});
```
## I want to set up a production ready instance
Coming soon.