Skip to content

Improved README.md #2470

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<p align=center>
<br>
<a href="https://sherlock-project.github.io/" target="_blank"><img src="images/sherlock-logo.png"/></a>
<a href="https://sherlock-project.github.io/" target="_blank"><img src="images/sherlock-logo.png" alt="Sherlock logo"/>
</a>
<br>
<span>Hunt down social media accounts by username across <a href="https://sherlockproject.xyz/sites">400+ social networks</a></span>
<br>
Expand All @@ -15,7 +16,7 @@
</p>

<p align="center">
<img width="70%" height="70%" src="images/demo.png"/>
<img width="70%" height="70%" src="images/demo.png" alt="Sherlock demo"/>
</a>
</p>

Expand Down Expand Up @@ -48,7 +49,7 @@ To search for more than one user:
sherlock user1 user2 user3
```

Accounts found will be stored in an individual text file with the corresponding username (e.g ```user123.txt```).
Sherlock saves the results in a text file named after the username (e.g ```user123.txt```).

```console
$ sherlock --help
Expand Down