Skip to content

Commit 0258fee

Browse files
authored
Merge pull request #2 from alamirault/patch-1
Update README.md
2 parents a0bef8d + e98f52e commit 0258fee

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
@@ -22,7 +22,7 @@ Then in your configuration file (`.php-cs-fixer.php`) register fixers and use th
2222
return (new \PhpCsFixer\Config())
2323
->registerCustomFixers(new \ErickSkrauch\PhpCsFixer\Fixers())
2424
->setRules([
25-
'ErickSkrauch\align_multiline_parameters' => true,
25+
'ErickSkrauch/align_multiline_parameters' => true,
2626
// See the rest of the fixers below
2727
]);
2828
```

0 commit comments

Comments
 (0)