Update git URL
This commit is contained in:
parent
e623338c99
commit
635d3c1517
2 changed files with 3 additions and 3 deletions
|
@ -59,11 +59,11 @@ npm run build
|
|||
|
||||
#### git
|
||||
|
||||
If the library is hosted at a git repository, e.g.https://github.com/quentin/garage-admin-sdk-js
|
||||
If the library is hosted at a git repository, e.g.https://github.com/garage-sdk/garage-admin-sdk-js
|
||||
then install it via:
|
||||
|
||||
```shell
|
||||
npm install quentin/garage-admin-sdk-js --save
|
||||
npm install garage-sdk/garage-admin-sdk-js --save
|
||||
```
|
||||
|
||||
### For browser
|
||||
|
|
|
@ -14,7 +14,7 @@ if [ "$git_host" = "" ]; then
|
|||
fi
|
||||
|
||||
if [ "$git_user_id" = "" ]; then
|
||||
git_user_id="quentin"
|
||||
git_user_id="garage-sdk"
|
||||
echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue