@covalenthq/client-sdk 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
## Quick start
|
|
4
4
|
|
|
5
|
-
1. Install with npm: `npm install
|
|
5
|
+
1. Install with npm: `npm install @covalenthq/client-sdk` or install with yarn: `yarn add @covalenthq/client-sdk`
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
## Supported Services
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
|
|
23
23
|
#### Sample code:
|
|
24
24
|
```ts
|
|
25
|
-
import { Client } from "
|
|
25
|
+
import { Client } from "@covalenthq/client-sdk";
|
|
26
26
|
|
|
27
27
|
const ApiServices = async () => {
|
|
28
28
|
const client = new Client("YOUR_API_KEY");
|