From 5f8e2383b567a26bede83fb400c22625509beb06 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 19 Dec 2017 11:30:19 +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 b252019..5177f94 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Very simple PHP Framework for No Composer, No Addtional PHP Extension (ex: share ## How to use - Extract or clone this project to your shared web hosting. -- You can use and intergrate all of PHP packages without Composer! (supported autoloader) +- You can use and intergrate all of PHP packages without Composer and Additional PHP Extensions! (supported autoloader) - You can use and rewrite by route feature! without heavy frameworks! - You can write your back-end code in route. (same as controller) - You can config database if you add your custom ini file in config directory.