From fd26371c97095e93e90c1365a57401adac6b63b6 Mon Sep 17 00:00:00 2001 From: Kei Date: Wed, 10 Jul 2024 02:43:59 +0700 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 40b4d44..e654f49 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,11 @@ By default, Relax will inspect all `.php` files in your project except those in Relax is built on top of [`PHP-CS-Fixer`][php-cs-fixer]. Therefore, you can make configurations just like you can do in PHP-CS-Fixer. For more details, see [PHP-CS-Fixer: Config](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/doc/config.rst) documentation and [MLocati: PHP-CS-Fixer Configurator](https://mlocati.github.io/php-cs-fixer-configurator). +You can find the full documentation on this page +- https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/doc/config.rst +- https://mlocati.github.io/php-cs-fixer-configurator + + ```php