From f2aa824f5c7153f4407e9597157742de6ffd03f7 Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Thu, 24 Sep 2020 19:06:54 +0300 Subject: [PATCH] Refer to correct go version (#305) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36717c4..3ce4c42 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A fast web fuzzer written in Go. or - git clone https://github.com/ffuf/ffuf ; cd ffuf ; go build -The only dependency of ffuf is Go 1.11. No dependencies outside of Go standard library are needed. +The only dependency of ffuf is Go 1.13. No dependencies outside of Go standard library are needed. ## Example usage