Skip to content

Commit 366d407

Browse files
committed
fix: update read.me for misleading information
1 parent 54054aa commit 366d407

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ Before you start, make sure you already have created `Brand ID` and `API Key` fr
77

88
### npm
99
```bash
10-
npm install git+ssh://git@github.com/CHIPAsia/chip-nodejs-sdk.git#v1.0.0
10+
npm install https://github.com/CHIPAsia/chip-nodejs-sdk.git#v1.0.0
1111
```
1212

1313
### yarn
1414
```bash
15-
yarn add git+ssh://git@github.com/CHIPAsia/chip-nodejs-sdk.git#v1.0.0
15+
yarn add https://github.com/CHIPAsia/chip-nodejs-sdk.git#v1.0.0
1616
```
1717

1818
## Getting Started

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"author": "",
1212
"license": "ISC",
1313
"dependencies": {
14-
"Chip": "git+ssh://git@github.com/CHIPAsia/chip-nodejs-sdk.git#v1.0.0",
14+
"Chip": "https://github.com/CHIPAsia/chip-nodejs-sdk.git#v1.0.0",
1515
"body-parser": "^1.20.1",
1616
"express": "^4.18.2"
1717
},

0 commit comments

Comments
 (0)