From 7b902e4450a847570abdcad528b0e9d994dc98d8 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sat, 16 Feb 2019 18:23:17 +0900 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2838be..6cdb551 100644 --- a/README.md +++ b/README.md @@ -31,12 +31,12 @@ ## Quick Start 1. git clone https://github.com/gnh1201/reasonableframework.git -2. set up database configuration: `storage/config/database.ini.php` +2. set up database configuration: `/storage/config/database.ini.php` 3. touch(make new file): `/route/example.php` 4. go to `[base_url]/?route=example` in your web browser. 5. enjoy it. -## Website example +## Example ```