Skip to content

Commit

Permalink
Updated README.md with correct API endpoint [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
petruki committed May 11, 2021
1 parent 4a1c11c commit 976229a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const apiKey = '[API_KEY]';
const environment = 'default';
const domain = 'My Domain';
const component = 'MyApp';
const url = 'https://switcher-load-balance.herokuapp.com';
const url = 'https://switcher-api.herokuapp.com';
```

- **apiKey**: Switcher-API key generated to your component.
Expand Down

0 comments on commit 976229a

Please sign in to comment.