diff --git a/README.md b/README.md index 52beb33d..69fcd5b2 100644 --- a/README.md +++ b/README.md @@ -436,7 +436,7 @@ Less `GOGC` values trigger garbage collection more frequently and golangci-lint 3. Don't fork to run shell commands -All linters are vendored in the `/vendor` folder: their version is fixed, they are builtin +All linters has their version fixed with go modules, they are builtin and you don't need to install them separately. ## Supported Linters diff --git a/README.tmpl.md b/README.tmpl.md index f0da7247..d7e22a37 100644 --- a/README.tmpl.md +++ b/README.tmpl.md @@ -388,7 +388,7 @@ Less `GOGC` values trigger garbage collection more frequently and golangci-lint 3. Don't fork to run shell commands -All linters are vendored in the `/vendor` folder: their version is fixed, they are builtin +All linters has their version fixed with go modules, they are builtin and you don't need to install them separately. ## Supported Linters