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", } } ```