Skip to content

Commit c583e27

Browse files
Update README.md
1 parent 8b6187a commit c583e27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ const OpenApi = require('@altravia/openapi').default;
1111
```
1212

1313
## Usage
14-
In order to use the client, you need an active openapi.it account. You can register for free on developers.openapi.it.
14+
In order to use the client, you need an active openapi.it account. You can register for free on [developers.openapi.it](developers.openapi.it).
1515

1616
We can now initialize the client with the credentials that we find in our dashboard and a **valid token**
1717
```js
1818
const client = await OpenApi.init('production', your@email.com, your_production_api_key, your_token);
1919
```
2020
Where `production` (or `test`) is the environment we want to work in; please note that API Keys and tokens for the production and test environment are different.
2121

22-
If you want to see your active tokens, please visit developers.openapi.it/tokens.
22+
If you want to see your active tokens, please visit [developers.openapi.it/tokens](developers.openapi.it/tokens).
2323

2424
Besides, the client will automatically renew the provided token when needed.
2525

0 commit comments

Comments
 (0)