Skip to content

Commit 6c28f8c

Browse files
author
OpenExchangeAPI
committed
no message
1 parent 2a40d87 commit 6c28f8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ Also available via jsDelivr:
3636
## 🚀 Usage
3737
3838
```js
39-
import { OpenExchangeApi } from '@openexchangeapi/sdk';
39+
import { OpenExchangeApiClient } from '@openexchangeapi/sdk';
4040
41-
const client = new OpenExchangeApi(); // optional
41+
const client = new OpenExchangeApiClient(); // optional
4242
4343
const latest = await client.getLatest();
4444
const converted = await client.convert({

0 commit comments

Comments
 (0)