From b624bbd80aa86cc41a5b73a34b01253cc8a4c61d Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Fri, 26 Apr 2019 10:52: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 e139f64..04e45d4 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ## Specification - Database connection (via PDO, MySQLi (MySQL Improved), MySQL Tranditional, MySQL CLI, Oracle(OCI)) - RVHM Structure: `R` is Route (like as `controller`), `V` is View, `H` is Helper (like as `import` on Python/Go/NodeJS), `M` is Model and implemented with `KV bind`(like as `Map` data structure), Modal is optional. -- WebApp Sandbox: You can use legacy apps without modifying the source code. +- AppJail(WebApp Sandbox): You can use legacy apps without modifying the source code. ## Compatible - Tested in PHP 5.3.3