From d1bf9f5baef4501d0aa6666fa0c2dddbcdba75ba Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Mon, 18 Dec 2017 05:36:55 +0900 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fe36b6e..bd3f831 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ # verysimplephpframework Very simple PHP Framework for No Composer, No Addtional PHP Extension (ex: shared hosting) environment. -# Supported feature +## Supported feature - Database connection (via PDO) - URL Route, Route Controller - Sperated View - Model, or somethings is your freedom! -# How to use +## How to use - Extract or clone this project to your shared web hosting. - You can use all of PHP packages without Composer! - You can write your back-end code in route (same as controller) - Enjoy it! -# Contact me +## Contact me - gnh1201@gmail.com