Update README.md

This commit is contained in:
Namhyeon Go 2020-01-28 21:44:38 +09:00 committed by GitHub
parent 974ae06b27
commit abe6d97c54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ $ php cli.php --route [route name]
## English
- **Reasonable Framework** is a PHP framework designed for highly constrained web development environments.
- Designed to be effective for vulnerable environments due to outdated assets and low development skills, we aim for the highest level of stability.
- Designed to be effective for vulnerable environments due to outdated assets and low development skills, we aim for the highest level of stability and security.
- 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.
- Resonable Framework is designed to proactively respond to fundamental security threats such as CSRF, XSS, and SQL injection.