Skip to content

Commit daf843b

Browse files
donotnootbraver
authored andcommitted
Update README.md (#39)
`readme.md` says to change the standard via `linters.phpcs.standard` when it should be done by args. It'll probably save a few minutes to people who missed reading the plugin update message and are wondering why all their files are suddenly full of red underlines and squares.
1 parent fe4936f commit daf843b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You can set up your project settings to use a specific standard using the follow
2929
"SublimeLinter": {
3030
"linters": {
3131
"phpcs": {
32-
"standard": "${folder}/phpcs.xml"
32+
"args": "--standard=${folder}/phpcs.xml"
3333
}
3434
}
3535
}

0 commit comments

Comments
 (0)