graphlit-client 1.0.20240417001 → 1.0.20240417002
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 -1
package/README.md
CHANGED
@@ -15,11 +15,11 @@ Before you begin, ensure you have the following:
|
|
15
15
|
To install the Graphlit Client, use npm or yarn:
|
16
16
|
|
17
17
|
```bash
|
18
|
-
npm install graphlit
|
18
|
+
npm install graphlit-client
|
19
19
|
```
|
20
20
|
or
|
21
21
|
```bash
|
22
|
-
yarn add graphlit
|
22
|
+
yarn add graphlit-client
|
23
23
|
```
|
24
24
|
|
25
25
|
## Configuration
|