<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -7,7 +7,6 @@ This &quot;creatively&quot; named plugin installs a controller and view which creates hand
 
 You'd get these (and other) familiar-looking javascript URL helpers, as methods under the Routing object:
 
-	Routing.host()              =&gt; &quot;http://localhost:3000&quot;
     Routing.posts_url()         =&gt; &quot;http://localhost:3000/posts&quot;
     Routing.post_url({id: 3})   =&gt; &quot;http://localhost:3000/posts/3&quot;
     Routing.post_path({id: 3})  =&gt; &quot;/posts/3&quot;
@@ -16,6 +15,10 @@ You'd get these (and other) familiar-looking javascript URL helpers, as methods
 		format: 'xml'
 	})                          =&gt; &quot;/posts/3.xml&quot;
 
+The hostname is available thru the &quot;host&quot; attribute of Routing:
+
+    Routing.host                =&gt; &quot;http://localhost:3000&quot;
+
 The javascript generated by this plugin does not depend on any third-party javascript library.
 
 ### INSTALL</diff>
      <filename>README.markdown</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>45620ecf829cc7fb9299beafe27fcfcc9c8335f8</id>
    </parent>
  </parents>
  <author>
    <name>Ripta Pasay</name>
    <email>ripta@rumah-gadang.home.r8y.org</email>
  </author>
  <url>http://github.com/jsierles/js_named_routes/commit/69af4f17186395d173d74ed15df72f3569973472</url>
  <id>69af4f17186395d173d74ed15df72f3569973472</id>
  <committed-date>2008-07-06T12:09:07-07:00</committed-date>
  <authored-date>2008-07-06T12:09:07-07:00</authored-date>
  <message>Fix README: hostname is an attribute, not a method</message>
  <tree>2e9e1a64fbede3e1259c27c73452f30960cb7b35</tree>
  <committer>
    <name>Ripta Pasay</name>
    <email>ripta@rumah-gadang.home.r8y.org</email>
  </committer>
</commit>
