From db5b383678e8aaa3ee635c57690e4f197d70bc43 Mon Sep 17 00:00:00 2001 From: Fiachra McDermott <5747667+mr-feek@users.noreply.github.com> Date: Sun, 24 Sep 2017 02:23:01 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db73e49..3b7fd63 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ return [ ]; ``` -##Sniffer Commands +## Sniffer Commands The `PHPCS`, `PHPCBF`, and `ESLINT` commands all allow you to pass arguments to the underlying process being executed. You can utilize this via the `--proxiedArguments` flag. In the code examples above, the following phpcs command will be executed: `phpcs -p -n --standard=PSR2`