From 6333693563d3a9287be7bbe672940e8043979fbf Mon Sep 17 00:00:00 2001 From: Jozef Reisinger Date: Thu, 9 Dec 2021 13:19:05 +0100 Subject: [PATCH] minor changes in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 501edf4..e8999bf 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,9 @@ Malicious 50% 🚫 The CLI tool also supports JSON output ``` +checkip -j 118.25.6.39 | \ # select only Sec (1) or InfoSec (2) check types -checkip -j 118.25.6.39 | jq -r '.checks[] | select(.type == 1 or .type == 2) | "\(.malicious)\t\(.name)"' | sort +jq -r '.checks[] | select(.type == 1 or .type == 2) | "\(.malicious)\t\(.name)"' ``` ## Installation and configuration