Skip to content

Commit

Permalink
updates to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartmckee committed Aug 4, 2010
1 parent 1ffda91 commit 728fa46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.textile
Expand Up @@ -28,15 +28,15 @@ 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)

Absolutizes the url that is passed in based on the options that have already been configured

* 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
Expand Down

0 comments on commit 728fa46

Please sign in to comment.