diff --git a/README.md b/README.md index bc07437..d98fd7a 100644 --- a/README.md +++ b/README.md @@ -135,14 +135,14 @@ Once the proxy is running, you can connect to it by passing the server SDK token ```python client = UnleashClient( - url='', + url='', app_name='', custom_headers={'Authorization': ''}, ) ``` Replace the following placeholders: -- ``: The URL of your Unleash API. +- ``: The URL of your Unleash proxy for example `http://localhost:3000/proxy`. - ``: The name of your application. - ``: The server SDK token used to authenticate the request.