Update README.md

This commit is contained in:
Namhyeon Go 2020-02-07 10:23:32 +09:00 committed by GitHub
parent f951089db7
commit 61e1f2f64e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ $ php cli.php --route [route name]
## English ## English
- **Reasonable Framework** is a PHP framework designed for rugged web development environments. - **Reasonable Framework** is a PHP framework designed for rugged web development environments.
-Designed for special purpose development such as **legacy development** or **science and technology research**, it provides high stability and security. - Designed for special purpose development such as **legacy development** or **science and technology research**, it provides high stability and security.
- It also works smoothly on free web hosting based on PHP. - 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. - 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. - Resonable Framework is designed to proactively respond to fundamental security threats such as CSRF, XSS, and SQL injection.