Skip to content

Commit c3a8b86

Browse files
committed
Fix README.md
1 parent 137a898 commit c3a8b86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ely.by PHP-CS-Fixer rules
22

3-
Set of PHP-CS-Fixer rules used in development of Ely.by PHP projects. It's suited for PHP 7.1 and above.
3+
Set of PHP-CS-Fixer rules used in development of Ely.by PHP projects. It's suited for PHP 7.4 and above.
44
You can use it as a ready-made set of rules or [just some of them](#using-our-fixers).
55

66
[![Latest Version on Packagist][ico-version]][link-packagist]
@@ -17,7 +17,7 @@ First of all install Ely.by PHP-CS-Fixer rules via composer with
1717
composer require --dev friendsofphp/php-cs-fixer ely/php-code-style
1818
```
1919

20-
Then create file `.php_cs` with following contents:
20+
Then create a file `.php-cs-fixer.php` with the following contents:
2121

2222
```php
2323
<?php

0 commit comments

Comments
 (0)