<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,7 @@
 2009-06-05 - Sean Huber (shuber@huberry.com)
   * Add multiple domain support for rack
   * Update gemspec
+  * Update README
 
 2009-06-04 - Sean Huber (shuber@huberry.com)
   * Update test related rake tasks</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@ A gem/plugin that allows rails applications to dynamically respond to multiple d
 
 The original session domain, default host, and relative url root will be restored after each request.
 
-Requires actionpack version &gt;= 2.0.0
+Requires actionpack &gt;= 2.0.0
 
 
 ## Installation
@@ -73,7 +73,7 @@ Now, it gets tricky if you want `http://cool-site.com` to render `cool-site`'s p
 	  
 	  # you can put this in an initializer or something instead if you'd like
 	  Proxy.replace_host_with do |request|
-	    &quot;#{Site.find_by_domain(request.host).try(:subdomain) || '-INVALID-'}.yourcmsapp.com&quot; unless request.host =~ /(.*\.|^)yourcmsapp.com$/i
+	    &quot;#{Site.find_by_domain(request.host).try(:subdomain) || '-INVALID-'}.yourcmsapp.com&quot; unless request.host =~ /(\.|^)yourcmsapp.com$/i
 	  end
 	  
 	end</diff>
      <filename>README.markdown</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e452722dd447f1f92dce02a688e085f26d27bed9</id>
    </parent>
  </parents>
  <author>
    <name>Sean Huber</name>
    <email>shuber@huberry.com</email>
  </author>
  <url>http://github.com/shuber/proxy/commit/8831a917c14dc058229a8f67b9d9253c0d0835ad</url>
  <id>8831a917c14dc058229a8f67b9d9253c0d0835ad</id>
  <committed-date>2009-06-05T01:11:45-07:00</committed-date>
  <authored-date>2009-06-05T01:11:45-07:00</authored-date>
  <message>Update README</message>
  <tree>3147b19b466050cf2fb6101f7a02a09558c35583</tree>
  <committer>
    <name>Sean Huber</name>
    <email>shuber@huberry.com</email>
  </committer>
</commit>
