Skip to content

Commit 0202ec4

Browse files
committed
update readme
1 parent 900ab73 commit 0202ec4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The original concept for this package came from this excellent article on [shari
2626

2727
---
2828

29-
## Example `.php_cs.dist` files
29+
## Example `.php-cs-fixer.dist.php` files
3030

3131
This example uses the Laravel project finder and the Default Ruleset:
3232

@@ -136,7 +136,7 @@ Flag: `--outfile` (or `-o`)
136136

137137
Required: **no**
138138

139-
Default: `.php_cs.dist`
139+
Default: `.php-cs-fixer.dist.php`
140140

141141
Possible values: any valid filename
142142

@@ -248,7 +248,7 @@ If you would like to automatically apply `php-cs-fixer` formatting using Github
248248

249249
## Usage
250250

251-
Select a Finder preset or create an instance of `\PhpCsFixer\Finder` and return `SharedConfig::create($finder)` from the `.php_cs.dist` file.
251+
Select a Finder preset or create an instance of `\PhpCsFixer\Finder` and return `SharedConfig::create($finder)` from the `.php-cs-fixer.dist.php` file.
252252

253253
## Updating Default Rules
254254

0 commit comments

Comments
 (0)