Skip to content

Commit e543e58

Browse files
authored
Proper quoting in the settings example
Closes #40
1 parent 78f94eb commit e543e58

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
@@ -27,7 +27,7 @@ You can set up your project settings to use a specific standard using the follow
2727
```json
2828
{
2929
"settings": {
30-
"SublimeLinter.linters.phpcs.args": "--standard=${folder}/phpcs.xml"
30+
"SublimeLinter.linters.phpcs.args": "--standard='${folder}/phpcs.xml'"
3131
}
3232
}
3333
```

0 commit comments

Comments
 (0)