From c266f2ea450f741637945ef97367adeec0d2453e Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 9 Jul 2020 19:47:08 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc2331c..735b2b3 100644 --- a/README.md +++ b/README.md @@ -96,8 +96,8 @@ $ php cli.php --route [route name] --session-id [session ID] - It also works smoothly on free web hosting (in South Korea, Asia, America, and Europe) based on PHP 4 and 7. - It provides **a convincing standard** even if you don't know modern web techs, such as object-oriented, modular(MVC), and secure coding. - Ideal for environments where separate development aids, including Composer, PHP extensions, and the famous PHP framework are not available. - - Compatible with various CMS and API used with REST API, it is suitable to create implementation type that is frequently used in various environment. - - RVHM structure can be used with MVC structure, and has more flexible structure to use as existing development skill. + - Compatible with famous CMS and API used with REST API, it is suitable to create implementation type that is frequently used in various environment. + - RVHM structure can be used with MVC structure, and has more flexible structure to use as existing development skills. - **ResonableFramework** is designed to **respond to fundamental security threats** such as CSRF, XSS, and SQL injection. - This project including a lots of the **enterprise level cases** from PHP version 4(legacy) to 7(modern). - This project receiving a realtime reports that bugs and security issues in the [official chatting room](https://catswords.re.kr/go/kakaotalk).