Skip to content
This repository was archived by the owner on Dec 17, 2022. It is now read-only.

Commit acfd710

Browse files
authored
Update README.md
1 parent 4e07284 commit acfd710

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<h1 align="center">Coding Standard</h1>
22

3-
[![CI](https://github.com/benjaminmal/coding-standard/actions/workflows/ci.yaml/badge.svg)](https://github.com/benjaminmal/coding-standard/actions/workflows/ci.yaml)
3+
[![CI](https://github.com/e-lodgy/coding-standard/actions/workflows/ci.yaml/badge.svg)](https://github.com/e-lodgy/coding-standard/actions/workflows/ci.yaml)
44

55
Coding standard configuration used by E-Lodgy.
66

77
Installation & usage
88
--------------------
99
1. Install this package:
1010
```bash
11-
$ composer require --dev elodgy/coding-standard
11+
$ composer require --dev e-lodgy/coding-standard
1212
```
1313

1414
2. Import the configuration file in your `ecs.php`:
1515
```php
16-
$config->import('vendor/elodgy/coding-standard/ecs.php');
16+
$config->import('vendor/e-lodgy/coding-standard/ecs.php');
1717
```
1818

1919
Example config (ecs.php)
@@ -22,6 +22,6 @@ Example config (ecs.php)
2222
use Symplify\EasyCodingStandard\Config\ECSConfig;
2323

2424
return static function (ECSConfig $config): void {
25-
$config->import('vendor/elodgy/coding-standard/ecs.php');
25+
$config->import('vendor/e-lodgy/coding-standard/ecs.php');
2626
};
2727
```

0 commit comments

Comments
 (0)