Skip to content

Commit 064b33a

Browse files
Fix path in README example
1 parent 7ff44d9 commit 064b33a

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
@@ -14,7 +14,7 @@ See [docs/rules.txt](docs/rules.txt) for the list of included sniffs.
1414
```xml
1515
<?xml version="1.0"?>
1616
<ruleset>
17-
<rule ref="./vendor/danielescherzer/phpcs/src"/>
17+
<rule ref="./vendor/danielescherzer/common-phpcs/src"/>
1818
<file>.</file>
1919
<arg name="extensions" value="php"/>
2020
<arg name="encoding" value="UTF-8"/>

0 commit comments

Comments
 (0)