Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
melvinsh authored Aug 21, 2022
1 parent 515e0f3 commit e04dd39
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit e04dd39

Please sign in to comment.