From 403c7a8c28eb58739f96bd0351f1a50b996fb60a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Mon, 18 Sep 2023 15:39:37 +0200 Subject: [PATCH] Fix: Wording --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 147a8b9d..10825347 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ All configuration examples use the caching feature, and if you want to use it as /vendor/ ``` -### Configuration with header +### Configuring a rule set with header :bulb: Optionally specify a header: @@ -100,8 +100,7 @@ All configuration examples use the caching feature, and if you want to use it as return $config; ``` -This will enable and configure the [`HeaderCommentFixer`](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/v2.1.1/src/Fixer/Comment/HeaderCommentFixer.php), so that -file headers will be added to PHP files, for example: +This will enable and configure the [`HeaderCommentFixer`](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/v2.1.1/src/Fixer/Comment/HeaderCommentFixer.php), so that file headers will be added to PHP files, for example: ```diff