From 6287f13f2b9730cefe278c00360ba45c9742f660 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 6 Oct 2017 10:25:29 -0600 Subject: [PATCH] fix #4 don't force login in url --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6374fe2..5913e11 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,12 @@ Install ```bash # Install the latest of v1.x -npm install -g 'git+https://git@git.daplie.com/Daplie/dig.js.git#v1' +npm install -g 'git+https://git.daplie.com/Daplie/dig.js.git#v1' ``` ```bash # Install exactly v1.0.0 -npm install -g 'git+https://git@git.daplie.com/Daplie/dig.js.git#v1.0.0' +npm install -g 'git+https://git.daplie.com/Daplie/dig.js.git#v1.0.0' ``` ### without git