From e0ec50d888964e2ebc09582e92de38aa9a20df06 Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Fri, 15 Feb 2019 19:27:31 +0200 Subject: [PATCH] Match the example --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 786abfd..2f20cf9 100644 --- a/readme.md +++ b/readme.md @@ -29,7 +29,7 @@ Automatically check for Envato [WordPress plugin](https://help.author.envato.com } ``` - Use `composer cs` to run the coding standard checks and `composer csfix` to automatically fix some of the coding standard violations. + Use `composer phpcs` to run the coding standard checks and `composer phpcs-fix` to automatically fix some of the coding standard violations. ## Configuration