From 262cf3066859e2ad3914794233fc48a89a81d7ec Mon Sep 17 00:00:00 2001 From: riadnov Date: Wed, 6 Sep 2023 17:48:06 +0300 Subject: [PATCH] updates install instructions in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86405d6..8c4d136 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Take a list of domains and probe for working http and https servers. ## Install ``` -▶ go install github.com/tomnomnom/httprobe@latest +▶ go install github.com/tomnomnom/httprobe@master ``` ## Basic Usage