Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1a6a465

Browse files
committed
udpated readme
1 parent 6c694fd commit 1a6a465

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
@@ -3,7 +3,7 @@ A simple route system based in PHP for your website or projects
33

44
##Important Note
55

6-
All your HTML pages must have defined the meta tag `base`, this example has a built-in variable to set this tag value dinamically. This meta tag helps mantain all your links working properly.
6+
All your HTML pages must have defined the meta tag `base`, this example has a built-in variable `$base_href` to set this tag value dinamically. This meta tag helps mantain all your links working properly.
77

88
<base href="<?php echo $base_href; ?>">
99

0 commit comments

Comments
 (0)