From 54cbd3061d230da68653fc985cff0a1bffe3d1bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Machulda?= Date: Thu, 18 Apr 2024 15:38:55 +0200 Subject: [PATCH] Docs: Update usage in readme --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7798f0c..ac9fc33 100644 --- a/README.md +++ b/README.md @@ -32,11 +32,10 @@ return ECSConfig::configure() ); // Be default only checks compatible with PHP 8.0 are enabled. - // Depending on the lowest PHP version your project need to support, you can enable additional checks for - // PHP 8.1, 8.2 and 8.3. + // Depending on the lowest PHP version your project needs to support, you can enable additional checks. - - // Import one of ecs-8.1.php, ecs-8.2.php or ecs-8.3.php. Use only one file (for the highest possible PHP version). + // Import one of ecs-8.1.php, ecs-8.2.php or ecs-8.3.php. Use only one additional file (for the highest possible + // PHP version), the configs for previous versions are automatically included. //->withSets( // [ // __DIR__ . '/vendor/lmc/coding-standard/ecs.php',