Skip to content

Commit f5acd89

Browse files
authored
Update README.md
1 parent 1b1cdf0 commit f5acd89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ $router->dispatch();
375375

376376
There is also some points:
377377
* View files must have the ".phtml" extension (e.g. `profile.phtml`).
378-
* You must separate sub-directories with `.` (e.g. `blog.post` for `blog/post.phtml`).
378+
* You can separate directories with `.` (e.g. `blog.post` for `blog/post.phtml`).
379379

380380
View files are pure PHP or mixed with HTML.
381381
You should use PHP language with template style in the view files.

0 commit comments

Comments
 (0)