<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -26,12 +26,11 @@ Github: http://github.com/zargony/activerecord_symbolize
 
 == Usage
 
-Add &quot;symbolize :attr_name&quot; to your model class. You may also want to add
-validates_inclusion_of to restrict the possible values (just like an enum).
+Add &quot;symbolize :attr_name&quot; to your model class. An attribute validation
+(like validates_inclusion_of) can be added by using the :in option.
 
   class User &lt; ActiveRecord::Base
-    symbolize :gender
-    validates_inclusion_of :gender, :in =&gt; [:female, :male]
+    symbolize :gender, :in =&gt; [:female, :male]
   end
 
 == Examples
@@ -50,7 +49,7 @@ validates_inclusion_of to restrict the possible values (just like an enum).
 == Notes
 
 I've been using this for quite some time and made it a rails plugin now. More
-background iinformation can be found at
+background information can be found at
 http://zargony.com/2007/09/07/symbolize-attribute-values-in-activerecord
 
 </diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7d07cc6ad7395cd9731e882039984eb5f90428c6</id>
    </parent>
  </parents>
  <author>
    <name>Andreas Neuhaus</name>
    <email>zargony@zargony.com</email>
  </author>
  <url>http://github.com/zargony/activerecord_symbolize/commit/d4924dd4f3b2167ca0563247901075ec91ecfe3e</url>
  <id>d4924dd4f3b2167ca0563247901075ec91ecfe3e</id>
  <committed-date>2008-09-27T03:41:26-07:00</committed-date>
  <authored-date>2008-09-27T03:41:26-07:00</authored-date>
  <message>Updated README with validation options</message>
  <tree>72079a1b5426ee51d8f477a1adf8320cdaf58bf1</tree>
  <committer>
    <name>Andreas Neuhaus</name>
    <email>zargony@zargony.com</email>
  </committer>
</commit>
