From f7853da182bb6cd196df74215855d7beb6785e91 Mon Sep 17 00:00:00 2001 From: Ryan Fowler Date: Mon, 1 Apr 2019 03:47:08 -0700 Subject: [PATCH] Update README.md Updated name of coding standard, as the name is `Magento2` and not `Magento` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 728896c1..e7099ef2 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ $ vendor/bin/phpcs -i ### Usage Once installed, you can run `phpcs` from the command-line to analyse your code `MyAwesomeExtension` ``` -$ vendor/bin/phpcs --standard=Magento app/code/MyAwesomeExtension +$ vendor/bin/phpcs --standard=Magento2 app/code/MyAwesomeExtension ``` ## Where to contribute - Documentation of existing rules. See [ExtDN PHP CodeSniffer rules for Magento 2](https://github.com/extdn/extdn-phpcs) as a good example.