Update README.md

This commit is contained in:
Melvin
2022-08-21 20:50:07 +02:00
committed by GitHub
parent 515e0f3add
commit e04dd39969

View File

@@ -12,7 +12,10 @@ go install -v github.com/melvinsh/unhttpx@latest
## Usage ## Usage
``` bash ``` 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
``` ```