Update README.md

This commit is contained in:
Namhyeon Go 2020-07-09 18:21:56 +09:00 committed by GitHub
parent 90d1057492
commit 83d5419e8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,7 @@ $ php cli.php --route [route name] --session-id [session ID]
## English ## English
- **ReasonableFramework** is a PHP framework designed to the restrictive web environments. - **ReasonableFramework** is a PHP framework designed to the restrictive web environments.
- It provides maximum stability even in environments where programs are developed by inexperienced developers or based on lagacy codes. - It provides maximum stability even in environments that developed by inexperienced developers or based on lagacy codes.
- It also works smoothly on free web hosting (in South Korea, America, and Europe) based on PHP 4 and 7. - It also works smoothly on free web hosting (in South Korea, 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. - It provides **a convincing standard** even if you don't know modern web techs, such as object-oriented, modular(MVC), and secure coding.
- **ResonableFramework** is designed to **respond to fundamental security threats** such as CSRF, XSS, and SQL injection. - **ResonableFramework** is designed to **respond to fundamental security threats** such as CSRF, XSS, and SQL injection.