From 6e7bc49b8f9d9a7a0ca38c3349205c56eec667c0 Mon Sep 17 00:00:00 2001 From: Sean Fisher Date: Thu, 18 Jul 2024 09:55:54 -0400 Subject: [PATCH] Unindent --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 84fe1e3..57294d8 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ This will install the latest compatible version of PHPCS, WPCS, and VIPCS to you You can also manually add this to your project's `composer.json` file as part of the `require` property: ```json - "require": { - "alleyinteractive/alley-coding-standards": "^2.0" - } +"require": { + "alleyinteractive/alley-coding-standards": "^2.0" +} ``` ## Usage @@ -33,9 +33,9 @@ vendor/bin/phpcs --standard=Alley-Interactive . Alternatively, you can set this as a composer script, which will automatically reference the correct version of `phpcs` and the dependent standards. ```json - "scripts": { - "phpcs" : "phpcs --standard=Alley-Interactive ." - } +"scripts": { + "phpcs" : "phpcs --standard=Alley-Interactive ." +} ``` Then use the following command: