Update README.md

This commit is contained in:
Namhyeon Go 2020-01-29 00:53:48 +09:00 committed by GitHub
parent c7b94a02f8
commit 4d51c91b22
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 highly constrained web development environments. - **Reasonable Framework** is a PHP framework designed for highly constrained web development environments.
- Designed for outdated environments of assets, capabilities, it provide a high level of reliability and security. - Delivers a high level of reliability and security based on a design focused on vulnerable environments.
- It also works smoothly on free web hosting based on PHP. - It also works smoothly on free web hosting based on PHP.
- Even if the development staff doesn't know modern web techniques such as object-oriented and modular (MVC) and secure coding, we're support the **higher** technical level. - Even if the development staff doesn't know modern web techniques such as object-oriented and modular (MVC) and secure coding, we're support the **higher** technical level.
- 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.