From 61e1f2f64e6d1593023657451361e16b80dc202c Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Fri, 7 Feb 2020 10:23:32 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11465f2..49eddb8 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ $ php cli.php --route [route name] ## English - **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 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.