Skip to content

Commit 130323d

Browse files
committed
install fix
1 parent 6532dc5 commit 130323d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ SimpleHTTPserver is a go enhanced version of the well known python simplehttpser
3838
SimpleHTTPserver requires **go1.14+** to install successfully. Run the following command to get the repo -
3939

4040
```sh
41-
▶ GO111MODULE=on go get -v github.com/projectdiscovery/cmd/simplehttpserver
41+
▶ GO111MODULE=on go get -v github.com/projectdiscovery/simplehttpserver/cmd/simplehttpserver
4242
```
4343

4444
# Usage

0 commit comments

Comments
 (0)