From c70edfbc6470ce0409d31de36f96c9eaebdb36c8 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 2 Nov 2017 23:43:15 -0600 Subject: [PATCH] update urls --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5e80f48..f54cbc8 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,28 @@ -mdig -====== +mdig.js +======= -multicast dig +multicast dig, in JavaScript (ES5.1) Create and capture mDNS query and response packets to disk as binary and/or JSON. Options are similar to the Unix `dig` command, but for mDNS. -See also [dig.js](https://git.daplie.com/Daplie/dig.js) +| [dns-suite.js](https://git.coolaj86.com/coolaj86/dns-suite.js) +| [dig.js](https://git.coolaj86.com/coolaj86/dig.js) +| [digd.js](https://git.coolaj86.com/coolaj86/digd.js) +| **mdig.js** +| Sponsored by [Daplie](https://daplie.com). Install with git ------- ```bash # Install the latest of v1.x -npm install -g 'git+https://git@git.daplie.com/Daplie/mdig.git#v1' +npm install -g 'git+https://git.coolaj86.com/coolaj86/mdig.git#v1' ``` ```bash # Install exactly v1.0.0 -npm install -g 'git+https://git@git.daplie.com/Daplie/mdig.git#v1.0.0' +npm install -g 'git+https://git.coolaj86.com/coolaj86/mdig.git#v1.0.0' ``` Install without git