Update README.md

This commit is contained in:
Namhyeon Go 2019-02-26 11:59:19 +09:00 committed by GitHub
parent e4cc01face
commit b51da8cbec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@
1. git clone https://github.com/gnh1201/reasonableframework.git 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` 3. touch(make new file): `/route/example.php`
4. go to `[base_url]/?route=example` in your web browser. 4. go to `http://[base_url]/?route=example` or `http://[base_url]/example/`(with `.htaccess`) in your web browser.
5. enjoy it. 5. enjoy it.
## Examples ## Examples