From 68524e822868a2ea10d780aa2b698700ed76d518 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Tue, 26 Nov 2024 13:26:34 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85d46e6..cf7d2b5 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ and [PHP-CS-Fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer), and makes it s stays clean and consistent. By default, `Codestyler` does not require any configuration and will fix code style issues in your code by following -the opinionated coding style of `The Dragon Code` based on the [`PER`](https://www.php-fig.org/per/coding-style/) rule +the opinionated coding style of `The Dragon Code` based on the [`PER-2.0`](https://www.php-fig.org/per/coding-style/) rule set.