Update README.md

This commit is contained in:
2025-07-22 20:11:11 +03:00
parent 215f7c36df
commit fd21628497

View File

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