Skip to content

Commit 46f04a4

Browse files
📚 Fix doc
1 parent 4032f7d commit 46f04a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This standard can be installed with the [Composer](https://getcomposer.org/) dep
55
1. Add the coding standard as a dependency of your project
66

77
```
8-
composer require --dev vincentlanglet/symfony3-custom-coding-standard
8+
composer require --dev vincentlanglet/symfony-custom-coding-standard
99
```
1010

1111
2. Add the coding standard to the PHP_CodeSniffer install path
@@ -14,7 +14,7 @@ The path is relative to the php_codesniffer install path.
1414
This is important to make it work both in your vagrant, local machine and PHPStorm
1515

1616
```
17-
bin/phpcs --config-set installed_paths ../../vincentlanglet/symfony3-custom-coding-standard
17+
bin/phpcs --config-set installed_paths ../../vincentlanglet/symfony-custom-coding-standard
1818
```
1919

2020
3. Check the installed coding standards

0 commit comments

Comments
 (0)