diff --git a/README.md b/README.md index 55adafa..164404c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,10 @@ go install -v github.com/melvinsh/unhttpx@latest ## Usage ``` bash -echo "https://google.com/yo" | unhttpx +$ echo "https://google.com/yo" | unhttpx +google.com -cat urls.txt | unhttpx +$ cat urls.txt | unhttpx +hackerone.com +zerocopter.com ```