Skip to content

Commit 69510b2

Browse files
committed
[ClientSDKs/Javascript] Changed README
1 parent 6eb2fd5 commit 69510b2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,11 @@ npm run build
5757

5858
#### git
5959

60-
You can install the library via `git`:
60+
If the library is hosted at a git repository, e.g.https://github.com/GIT_USER_ID/GIT_REPO_ID
61+
then install it via:
6162

6263
```shell
63-
npm install RelationalAI-oss/DelveJavaScriptClientSDK --save
64+
npm install GIT_USER_ID/GIT_REPO_ID --save
6465
```
6566

6667
### For browser

0 commit comments

Comments
 (0)