Skip to content

Commit f8c326e

Browse files
authored
tf I wrote there
1 parent e5d9e2b commit f8c326e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: readme.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ I dont even know why I did this. I dont use php for such things. But I felt like
1010
---
1111
### Usage of the api
1212

13-
To use the router system, you need a `routes` folder in your root directory. Then you can make in you `index.php`
14-
15-
a new `Router` object.
13+
To use the router system, you need a `routes` folder in your root directory. Then you can put in your `index.php` a new `Router` object.
1614
Call `handle_request()` to validate, parse and render the incoming request. This will create the full site that you can receive with `get_page()` and `echo` it out.
1715

1816
Routes are defined by Folders instead of files. That gives us a more reliable structure.

0 commit comments

Comments
 (0)