summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8adce39..684ba05 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@ URI - Uniform Resource Identifiers (absolute and relative)
# SYNOPSIS
+ use URI;
+
$u1 = URI->new("http://www.perl.com");
$u2 = URI->new("foo", "http");
$u3 = $u2->abs($u1);