Update git URL

This commit is contained in:
Quentin 2022-11-13 15:53:41 +01:00
parent e623338c99
commit 635d3c1517
Signed by: quentin
GPG Key ID: E9602264D639FF68
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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