From fd21628497341a692dcac281e7a4854d415f387b Mon Sep 17 00:00:00 2001 From: naumso Date: Tue, 22 Jul 2025 20:11:11 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 403e4fb..1396c1c 100644 --- a/README.md +++ b/README.md @@ -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/sept-coding-standard/": "script", + "phpcs --config-set installed_paths vendor/1sept/sept-coding-standard": "script", } } ```