<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,7 +2,7 @@ h1. MagicEnums
 
 h2. Introduction
 
-*RAILS 2.1/EDGE only!*
+*RAILS 2.1+ only!*
 
 A nice way to have enums in Rails.
 
@@ -28,16 +28,16 @@ h3. In your controller
 
 In your controller, you can check the status &lt;code&gt;post_record.status_is_published?&lt;/code&gt; or simply by calling &lt;code&gt;person_record.gender&lt;/code&gt; to find it out in words, as you would normally.
 
-You can also do find calls like so:
+You can also do find calls (Using named_scope) like so:
 &lt;pre&gt;
   &lt;code&gt;
-    Post.status_is_published?
+    Post.status_is_published
   &lt;/code&gt;
 &lt;/pre&gt;
 _or_
 &lt;pre&gt;
   &lt;code&gt;
-    Person.gender_is_male?
+    Person.gender_is_male
   &lt;/code&gt;
 &lt;/pre&gt;
 </diff>
      <filename>README.textile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>664dfedb4a59d8f7d5113de51b21e30bb1c69d13</id>
    </parent>
  </parents>
  <author>
    <name>Zach Inglis</name>
    <email>zach@lt3media.com</email>
  </author>
  <url>http://github.com/zachinglis/magic_enums/commit/619d30a41adc7431e208e236e3a2c07bf1906d6e</url>
  <id>619d30a41adc7431e208e236e3a2c07bf1906d6e</id>
  <committed-date>2008-11-24T00:55:09-08:00</committed-date>
  <authored-date>2008-11-24T00:55:09-08:00</authored-date>
  <message>Fixing README</message>
  <tree>b7a9a504d91c621587cb338ab5738e6dd3249dab</tree>
  <committer>
    <name>Zach Inglis</name>
    <email>zach@lt3media.com</email>
  </committer>
</commit>
