From 27c324a9d658708aeb10d551f0d1307ed7b4d74c Mon Sep 17 00:00:00 2001 From: Daniel Saxton Date: Sat, 4 Sep 2021 13:40:28 -0500 Subject: [PATCH] Tweak README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32603a4..8ce2c82 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ This will display help for the tool. Here are all the switches it supports. Subfinder requires **go1.14+** to install successfully. Run the following command to get the repo - ```sh -▶ GO111MODULE=on go get -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder +GO111MODULE=on go get -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder ```