From 3e7b623a713af1a26e2221129654aec85e58c18c Mon Sep 17 00:00:00 2001 From: Herz3h Date: Wed, 21 Aug 2024 10:14:22 +0200 Subject: [PATCH] Fix: Path to phpcs binary in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 446edaf..bd46beb 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ composer require linnk/allman-codesniffer Configuring Allman standard, you will need to add the whole path because it depends of the CakePHP standard in the repository: ``` -composer/bin/phpcs --config-set installed_paths vendor/linnk/allman-codesniffer/ -composer/bin/phpcs --config-set default_standard Allman +vendor/bin/phpcs --config-set installed_paths vendor/linnk/allman-codesniffer/ +vendor/bin/phpcs --config-set default_standard Allman ``` Usage: