From 9c6ee59d2a6d5acf95c736e3bbd03dfadcf50e3d Mon Sep 17 00:00:00 2001 From: Jan Schaumann Date: Sun, 9 Jan 2022 23:53:14 -0500 Subject: [PATCH] link to blog post --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 428684b..3a10315 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ `jswhois(1)` is a tool to look up and print WHOIS results in JSON format. +For a bit more context around WHOIS and the +unstructured nature this tool tries to wrangle, please +see: https://www.netmeister.org/blog/whois.html + ## Installation `jswhois(1)` is written in Go, so you'll need that.