Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ USAGE:

$url = new url();

// On instantiation, the class detects and parses the current URL as seen by the browser (keep in mind this can be completely different than the file path, especially when URL rewriting is used. We're only concerned with client side URLS here).
// On instantiation, the class detects and parses the current URL as seen by the browser
(keep in mind this can be completely different than the file path, especially when URL rewriting is used.
We're only concerned with client side URLS here).

// Output the url

Expand Down