diff --git a/README.md b/README.md index 60e1e9d..89df16f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,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), Model is not required. -- AppJail(Experimental): Load a lagecy PHP applications on the jailed area without modifying the source code. +- AppJail(Experimental): Load a legacy PHP applications on the jailed area without modifying the source code. ## Compatible - Tested in PHP 5.3.3