Update README.md

This commit is contained in:
Namhyeon Go 2020-05-21 11:40:43 +09:00 committed by GitHub
parent f6062d5c68
commit f307fd50bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ $ php cli.php --route [route name] --session-id [session ID]
## English
- **ReasonableFramework** is a PHP framework designed to properly against the `excessive side-effects`.
- It provides maximum stability and security in a programming environment with high frequency of the `excessive side-effects` (eg. legacy, untrained developer).
- It provides maximum stability and security in a programming environment with high frequency of the `excessive side-effects` (eg. legacy, untrained developers).
- It also works smoothly on free web hosting based on PHP.
- It provides a **stronger standard** even if you don't know modern web technologies, such as object-oriented, modular (MVC), and secure coding.
- Resonable Framework is designed to **proactively respond to fundamental security threats** such as CSRF, XSS, and SQL injection.