<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,32 @@
 = dslify
 
-Description goes here.
+Dslify, born out of a need for improvement on Dslify
+
+Add dsl accessors to any class.
+
+Usage:
+  class MyClass
+    include Dslify
+    
+    dsl_methods :award, :people
+  end
+  
+  mc = MyClass.new
+  mc.award &quot;Tony Award&quot;
+  mc.people [&quot;Bob&quot;, &quot;Frank&quot;, &quot;Ben&quot;]
+  
+You can set defaults as well:
+  class MyClass
+    default_options :award =&gt; &quot;Tony Award&quot;
+  end
+
+Finally, if your tree of available accessors runs higher and longer than
+just 1 file, for instance, if you use Parenting, you can set forwarders to 
+forward the query up the chain
+
+class MyClass
+  forwards_to :parent
+end
 
 == Copyright
 </diff>
      <filename>README.rdoc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b535efb6f49c6c937e5fbcf2e239dca79d2bb8f0</id>
    </parent>
  </parents>
  <author>
    <name>Ari Lerner</name>
    <email>arilerner@mac.com</email>
  </author>
  <url>http://github.com/auser/dslify/commit/8b245d029213a0263bb704fb93b1d03dba88f67a</url>
  <id>8b245d029213a0263bb704fb93b1d03dba88f67a</id>
  <committed-date>2009-05-08T00:57:55-07:00</committed-date>
  <authored-date>2009-05-07T18:17:01-07:00</authored-date>
  <message>Updated readme</message>
  <tree>b6145770a8eeede9a5f0ed59af03b0459c6ba192</tree>
  <committer>
    <name>Ari Lerner</name>
    <email>arilerner@mac.com</email>
  </committer>
</commit>
