Skip to content

Commit

Permalink
corrected a typo and added example for the unleash proxy url
Browse files Browse the repository at this point in the history
  • Loading branch information
beltagymohamed authored Jan 8, 2025
1 parent b695fb1 commit 70ac9d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,14 @@ Once the proxy is running, you can connect to it by passing the server SDK token

```python
client = UnleashClient(
url='<unleash-api-url>',
url='<unleash-proxy-url>',
app_name='<app-name>',
custom_headers={'Authorization': '<server-sdk-token>'},
)
```

Replace the following placeholders:
- `<unleash-api-url>`: The URL of your Unleash API.
- `<unleash-proxy-url>`: The URL of your Unleash proxy for example `http://localhost:3000/proxy`.
- `<app-name>`: The name of your application.
- `<server-sdk-token>`: The server SDK token used to authenticate the request.

Expand Down

0 comments on commit 70ac9d3

Please sign in to comment.