diff --git a/README.md b/README.md index 7952825..9b4d1a2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Specification - Database connection (via PDO, MySQLi (MySQL Improved), MySQL Tranditional, Oracle(OCI)) -- RVH Structure: `R` is Route (like as `controller`), `V` is View, `H` is Helper (like as `import` on Python or Go or NodeJS), Model is optional. +- RVH Structure: `R` is Route (like as `controller`), `V` is View, `H` is Helper (like as `import` on Python/Go/NodeJS), Model is optional. - WebApp Sandbox: You can use legacy apps without modifying the source code. ## Compatible