From ae4f2628f45bc0ba8d4ca24de075389e9f2f824a Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Tue, 26 Feb 2019 11:59:49 +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 70ac121..eaba00a 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ 1. git clone https://github.com/gnh1201/reasonableframework.git 2. set up database configuration: `/storage/config/database.ini.php` 3. touch(make new file): `/route/example.php` -4. go to `http://[base_url]/?route=example` or `http://[base_url]/example/`(with `.htaccess`) in your web browser. +4. go to `http://[base_url]/?route=example` or `http://[base_url]/example/`(if set `.htaccess`) in your web browser. 5. enjoy it. ## Examples