Skip to content

Commit ca853d1

Browse files
author
Denis Krivak
committed
Fix readme
1 parent 7fe9a44 commit ca853d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ Less `GOGC` values trigger garbage collection more frequently and golangci-lint
436436
437437
3. Don't fork to run shell commands
438438
439-
All linters are vendored in the `/vendor` folder: their version is fixed, they are builtin
439+
All linters has their version fixed with go modules, they are builtin
440440
and you don't need to install them separately.
441441
442442
## Supported Linters

README.tmpl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ Less `GOGC` values trigger garbage collection more frequently and golangci-lint
388388

389389
3. Don't fork to run shell commands
390390

391-
All linters are vendored in the `/vendor` folder: their version is fixed, they are builtin
391+
All linters has their version fixed with go modules, they are builtin
392392
and you don't need to install them separately.
393393

394394
## Supported Linters

0 commit comments

Comments
 (0)