We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a40d87 commit 6c28f8cCopy full SHA for 6c28f8c
README.md
@@ -36,9 +36,9 @@ Also available via jsDelivr:
36
## 🚀 Usage
37
38
```js
39
-import { OpenExchangeApi } from '@openexchangeapi/sdk';
+import { OpenExchangeApiClient } from '@openexchangeapi/sdk';
40
41
-const client = new OpenExchangeApi(); // optional
+const client = new OpenExchangeApiClient(); // optional
42
43
const latest = await client.getLatest();
44
const converted = await client.convert({
0 commit comments