From 635d3c1517482099289de1e01c21877b4659208e Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Sun, 13 Nov 2022 15:53:41 +0100 Subject: [PATCH] Update git URL --- README.md | 4 ++-- git_push.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a046470..92269dd 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/git_push.sh b/git_push.sh index aee8894..ba62adf 100644 --- a/git_push.sh +++ b/git_push.sh @@ -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