From 215f7c36df0713be7ab582b49e49a7df12419f9a Mon Sep 17 00:00:00 2001 From: naumso Date: Tue, 22 Jul 2025 20:09:32 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed0c192..403e4fb 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ of djoos][2] and some sniffs of [Slevomat Coding Standard][3], both adopted to o ## Installation -If you use [Composer][4], you can install ProjektMOTOR Coding Standard in your project with the following +If you use [Composer][4], you can install Sept Coding Standard in your project with the following command: ```BASH @@ -31,7 +31,7 @@ Optional: To install coding standard automatically edit your composer script: "@auto-scripts" ], "auto-scripts": { - "phpcs --config-set installed_paths vendor/1sept/1sept-coding-standard/ProjektMOTORCodingStandard/": "script", + "phpcs --config-set installed_paths vendor/1sept/sept-coding-standard/": "script", } } ```