update for maintainer

This commit is contained in:
AJ ONeal 2017-10-25 17:36:51 -06:00
parent f46266439a
commit 7984433acd
2 changed files with 4 additions and 4 deletions

View File

@ -45,10 +45,10 @@ Decentralized:
```bash
# As a library
npm install --save 'git+https://git.daplie.com/Daplie/hexdump.js.git'
npm install --save 'git+https://git.coolaj86.com/coolaj86/hexdump.js.git'
# As a global CLI (useful on windows)
npm install --global 'git+https://git.daplie.com/Daplie/hexdump.js.git'
npm install --global 'git+https://git.coolaj86.com/coolaj86/hexdump.js.git'
```
Centralized:
@ -66,4 +66,4 @@ API
```
hexdump(arrayBuffer, byteOffset, byteLength);
```
```

View File

@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "git@git.daplie.com:Daplie/hexdump.js.git"
"url": "https://git.coolaj86.com/coolaj86/hexdump.js.git"
},
"keywords": [
"hexdump",