From a3ae932025e4bf49d6afc62fcd3a36627862d1fe Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sat, 16 Feb 2019 15:42:05 +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 6f63209..2b914cb 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Specification - Database connection (via PDO, MySQLi (MySQL Improved), MySQL Tranditional, Oracle(OCI)) -- R-H-V Structure: `R` is Route (like as controller), `H` is Helper (like as `import` on Python or Go), `V` is View, Model is optional. +- R-H-V Structure: `R` is Route (like as controller), `H` is Helper (like as `import` on Python or Go or NodeJS), `V` is View, Model is optional. ## Compatible - Tested in PHP 5.3.3