Skip to content

Commit f7853da

Browse files
authored
Update README.md
Updated name of coding standard, as the name is `Magento2` and not `Magento`
1 parent b79055f commit f7853da

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
@@ -36,7 +36,7 @@ $ vendor/bin/phpcs -i
3636
### Usage
3737
Once installed, you can run `phpcs` from the command-line to analyse your code `MyAwesomeExtension`
3838
```
39-
$ vendor/bin/phpcs --standard=Magento app/code/MyAwesomeExtension
39+
$ vendor/bin/phpcs --standard=Magento2 app/code/MyAwesomeExtension
4040
```
4141
## Where to contribute
4242
- Documentation of existing rules. See [ExtDN PHP CodeSniffer rules for Magento 2](https://github.com/extdn/extdn-phpcs) as a good example.

0 commit comments

Comments
 (0)