diff --git a/README.md b/README.md index bb81dd0..a046470 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/GIT_USER_ID/GIT_REPO_ID +If the library is hosted at a git repository, e.g.https://github.com/quentin/garage-admin-sdk-js then install it via: ```shell - npm install GIT_USER_ID/GIT_REPO_ID --save + npm install quentin/garage-admin-sdk-js --save ``` ### For browser diff --git a/git_push.sh b/git_push.sh index f53a75d..aee8894 100644 --- a/git_push.sh +++ b/git_push.sh @@ -9,17 +9,17 @@ release_note=$3 git_host=$4 if [ "$git_host" = "" ]; then - git_host="github.com" + git_host="git.deuxfleurs.fr" echo "[INFO] No command line input provided. Set \$git_host to $git_host" fi if [ "$git_user_id" = "" ]; then - git_user_id="GIT_USER_ID" + git_user_id="quentin" echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id" fi if [ "$git_repo_id" = "" ]; then - git_repo_id="GIT_REPO_ID" + git_repo_id="garage-admin-sdk-js" echo "[INFO] No command line input provided. Set \$git_repo_id to $git_repo_id" fi