From b977776afcd1e861c2f89771a39671b73435f624 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Fri, 14 Apr 2023 17:53:14 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a425e3..ae611f8 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ $ php cli.php --route :route --session-id :session_id ``` ## Comment about PSR standards -Many people are saying that this project seems to be distant from the PSR standards, and that claim is correct. +Many people are saying that this project seems to be distant from the [PSR](https://www.php-fig.org/psr/) standards, and that claim is correct. The coding convention of this project is similar to the CGI style that was widely used in the early 2000s. Moreover, this style is still observed in solutions written in PHP that are sold in markets such as [WordPress](https://wordpress.org/) plugins, [a local-optimized CMS](https://github.com/gnuboard/gnuboard5), or [Codecanyon](https://codecanyon.net/) in 2023.