From e304df6288694e30b42e7c679ae57faa859cb147 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 2 Nov 2017 23:46:34 -0600 Subject: [PATCH] move related repo bar --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f54cbc8..5ef2674 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ mdig.js ======= -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. - | [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). +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. + Install with git -------