Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jreisinger authored Jan 17, 2023
1 parent 3f887f2 commit 53537c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ malicious 0% (0/8) ✅
```

```sh
$ checkip -j 34.250.182.30 | jq '.checks[] | select(.type > 0 and .malicious == true)'
$ checkip -j 34.250.182.30 | jq '.checks[] | select(.malicious == true)'
{
"name": "shodan.io",
"type": 2,
Expand Down

0 comments on commit 53537c6

Please sign in to comment.