<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,13 +1,18 @@
 BelongsToDemeter
 ================
 
-Introduction goes here.
-
+BelongsToDemeter is a Rails plugin that lets you access attributes of a
+belongs_to association through methods on the base class. It's poor code, but a
+fun idea.
 
 Example
 =======
 
-Example goes here.
+# The next line will do a User.find_by_login('bob') and assign it to
+# @character.user
+@character.user_login = &quot;bob&quot;
 
+# You can then fetch the user's name by doing
+@character.user_name = &quot;Bob Jones&quot;
 
-Copyright (c) 2008 [name of plugin creator], released under the MIT license
+Copyright (c) 2008 [Trotter Cashion], released under the MIT license</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>df3eab71f7bcfbbadfd2a12735f5d3b6dbf505e3</id>
    </parent>
  </parents>
  <author>
    <name>Trotter Cashion</name>
    <email>cashion@gmail.com</email>
  </author>
  <url>http://github.com/trotter/belongs_to_demeter/commit/9e0579f3b46b7e5cfa0236244626954ee3f97824</url>
  <id>9e0579f3b46b7e5cfa0236244626954ee3f97824</id>
  <committed-date>2008-06-10T19:57:48-07:00</committed-date>
  <authored-date>2008-06-10T19:57:48-07:00</authored-date>
  <message>Better readme.</message>
  <tree>657ef5fbe1277bbd72947d0769f071b3844da8ba</tree>
  <committer>
    <name>Trotter Cashion</name>
    <email>cashion@gmail.com</email>
  </committer>
</commit>
