From 274c466866a42f951f721d836a71f8815228bb04 Mon Sep 17 00:00:00 2001 From: bauthard <8293321+bauthard@users.noreply.github.com> Date: Fri, 25 Sep 2020 23:14:56 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ad2eadad..dc7bcb2e8 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ The installation is easy. You can download the pre-built binaries for different subfinder requires **go1.14+** to install successfully. Run the following command to get the repo - ```sh -GO111MODULE=on go get -u -v github.com/projectdiscovery/v2/subfinder/cmd/subfinder +GO111MODULE=on go get -u -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder ``` ### From Github