Skip to content

Commit

Permalink
minor changes in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozef Reisinger committed Dec 9, 2021
1 parent 4c6bdd6 commit 6333693
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6333693

Please sign in to comment.