From 1d4cb32404380c95513b288c73ac017acfe8692e Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Mon, 17 Aug 2020 19:06:49 +0200 Subject: [PATCH] changed syntax highlighting from "bash" to "console" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85e9987..a984f2e 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ **NOTE**: Python 3.6 or higher is required. -```bash +```console # clone the repo $ git clone https://github.com/sherlock-project/sherlock.git @@ -54,7 +54,7 @@ $ python3 -m pip install -r requirements.txt ## Usage -```bash +```console $ python3 sherlock --help usage: sherlock [-h] [--version] [--verbose] [--folderoutput FOLDEROUTPUT] [--output OUTPUT] [--tor] [--unique-tor] [--csv] [--site SITE_NAME] [--proxy PROXY_URL]