<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -52,16 +52,12 @@ You have access to current_subdomain and current_domain methods.
 current_subdomain - returns all subdomains.
   Example for the URL http://awesome.website.stuff.example.com current_subdomain will return &quot;awesome.website.stuff&quot;
 
-current_domain - returns all subdomains except for the first subdomain and the domain with TLD.
+current_domain - returns all subdomains except for the subdomain, including the TLD.
   Example for the URL http://awesome.website.stuff.example.com current_subdomain will return &quot;website.stuff.example.com&quot;
 
-This might appear strange at first, but the original plugin in this space was account_location,
-which had this behavior for current domain.  Subdomain-fu did not use the same style as account_location
-with current_subdomain, thus the overlap.  However Subdomain-fu has created a lot of utility in its implementation of
-current_subdomain, so the overlap stays!
-
-If what you really want is just the domain, then use request.domain.  The purpose of current_domain is to only strip
-off the first subdomain, if any, and return what's left.
+If what you really want is the entire domain, then use &lt;tt&gt;request.domain&lt;/tt&gt; in
+your controllers.  The purpose of current_domain is to only strip off the first 
+subdomain, if any, and return what's left.
 
 == Configuration
 
@@ -100,10 +96,14 @@ will default to the preferred mirror.
 
 SubdomainFu can also work within Rails' routing for subdomain-specific routes. For instance, if you only wanted your administrative tools available in the &quot;admin&quot; subdomain you could add this to your routes.rb file:
 
-    map.with_options :conditions =&gt; {:subdomain =&gt; 'admin} do |admin|
+    map.with_options :conditions =&gt; {:subdomain =&gt; 'admin'} do |admin|
       admin.resources :posts
       admin.resources :users
     end
+    
+In addition to specifying a string, you could also specify &lt;tt&gt;false&lt;/tt&gt; to
+require no subdomain (this includes mirrors that you've set up such as www)
+or a regular expression to match a range of subdomains.
 
 == Resources
 </diff>
      <filename>README.rdoc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fedc8c5ca281459356d7d8803815a8e009cc0e62</id>
    </parent>
  </parents>
  <author>
    <name>Michael Bleigh</name>
    <email>michael@intridea.com</email>
  </author>
  <url>http://github.com/mbleigh/subdomain-fu/commit/1d457f36bbfb74de0e016843c285e6a3f8f440a1</url>
  <id>1d457f36bbfb74de0e016843c285e6a3f8f440a1</id>
  <committed-date>2009-09-13T10:28:03-07:00</committed-date>
  <authored-date>2009-09-13T10:28:03-07:00</authored-date>
  <message>Updating README a bit.</message>
  <tree>b29b1f2b8e4b583cf5d6cf074a88d34a8ecb5464</tree>
  <committer>
    <name>Michael Bleigh</name>
    <email>michael@intridea.com</email>
  </committer>
</commit>
