From 7984433acd59c1fe7e84213651a49e9c468dd1e6 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 25 Oct 2017 17:36:51 -0600 Subject: [PATCH] update for maintainer --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7d0cd8c..8191845 100644 --- a/README.md +++ b/README.md @@ -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); -``` \ No newline at end of file +``` diff --git a/package.json b/package.json index b53bc32..2ac2ec8 100644 --- a/package.json +++ b/package.json @@ -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",