Skip to content

Commit 82cc242

Browse files
authored
Update README.md
1 parent f156f26 commit 82cc242

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
@@ -4,7 +4,7 @@ Class that controls Friendly URL. It is focused on SEO best practices.
44
---
55

66
## Overview
7-
This class __construct method accepts a initial $url to work with. Please note that the $url informed will be used as the ROOT URL (like the `<base href="$url" />` HTML tag).
7+
This class __construct method accepts a initial $url to work with. Please note that the $url informed will be used as the ROOT URL (like the `<base href="<?php echo $url ?>" />` HTML tag).
88

99
It can also be omitted, but then the script will try to use $_SERVER values to build the URL.
1010

0 commit comments

Comments
 (0)