Skip to content

Commit a144e5a

Browse files
authored
Update README.md
1 parent d8d8c01 commit a144e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ create a `.php_cs` file in your project root and configure the paths for the Fin
2020
<?php
2121

2222
require __DIR__.'/vendor/autoload.php';
23-
$modixSet = new \Modix\RuleSet\Sets\ModixSet();
23+
$modixSet = new \Modix\PhpCsRulesets\RuleSet\Sets\ModixSet();
2424

2525
$finder = PhpCsFixer\Finder::create()
2626
->in(__DIR__.'/src')

0 commit comments

Comments
 (0)