Skip to content

Commit 23b687e

Browse files
authored
Merge pull request #5 from bigbite/fix/readme-config-typo
#4 fix path to config in readme
2 parents 80da233 + dfc0b54 commit 23b687e

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 @@ Create a `.phpcs.xml.dist` file in your project and add the following, replacing
2727
```xml
2828
<?xml version="1.0"?>
2929
<ruleset name="{PROJECT} Rules">
30-
<rule ref="vendor/bigbite/phpcs-config" />
30+
<rule ref="vendor/bigbite/phpcs-config/BigBite" />
3131
</ruleset>
3232
```
3333

0 commit comments

Comments
 (0)