From fc43b2d091ea5d510e97ebfad1b9f2226886be95 Mon Sep 17 00:00:00 2001 From: Hilbert Kong Date: Fri, 19 Jul 2019 22:50:36 +0800 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5015726..bfe557d 100644 --- a/README.md +++ b/README.md @@ -86,18 +86,19 @@ optional arguments: username errors will not appear. ``` -For example to search for user: +For example to search for an user: ``` python3 sherlock.py user123 ``` -All of the accounts found will be stored in a text file with the username (e.g ```user123.txt```). -To search for more that user: +To search for more than one user: ``` python3 sherlock.py user1 user2 user3 ``` +All of the accounts found will be stored in an individual text file with the corresponding username (e.g ```user123.txt```). + ## Docker Notes If you have docker installed you can build an image and run this as a container.