From 728fa466c4426b3a1946a3cd8cd72c61ca5f1688 Mon Sep 17 00:00:00 2001 From: Stewart McKee Date: Wed, 4 Aug 2010 16:59:30 +0100 Subject: [PATCH] updates to readme --- README.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.textile b/README.textile index 48167d5..4e9a24b 100644 --- a/README.textile +++ b/README.textile @@ -28,7 +28,7 @@ Creates a new absolutize object based on a base_url ** :remove_anchors - removes any anchor tags (false) ** :force_escaping - forces escaping of urls if it hasn't been done already (true) -bq. new("http://www.vamosa.com/mainfolder/", :remove_anchors => true) - +bq. new("http://www.vamosa.com/mainfolder/", :remove_anchors => true) h4. url(rel_url) @@ -36,7 +36,7 @@ Absolutizes the url that is passed in based on the options that have already bee * rel_url - The url to absolutize, this is the url that is used on the page and should be absolutized in relation to the base url. -bq. url("subfolder/index.html") - absolutizes the relative_url based on the base_url +bq. url("subfolder/index.html") h2. License