Refer to correct go version (#305)

This commit is contained in:
Joona Hoikkala 2020-09-24 19:06:54 +03:00 committed by GitHub
parent 60a3f5a13d
commit f2aa824f5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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