fix #4 don't force login in url

This commit is contained in:
AJ ONeal 2017-10-06 10:25:29 -06:00
parent 76fee917ea
commit 6287f13f2b
1 changed files with 2 additions and 2 deletions

View File

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