Update README.md

This commit is contained in:
2025-07-22 20:09:32 +03:00
parent 03078cbbfa
commit 215f7c36df

View File

@@ -13,7 +13,7 @@ of djoos][2] and some sniffs of [Slevomat Coding Standard][3], both adopted to o
## Installation ## 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: command:
```BASH ```BASH
@@ -31,7 +31,7 @@ Optional: To install coding standard automatically edit your composer script:
"@auto-scripts" "@auto-scripts"
], ],
"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",
} }
} }
``` ```