<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,4 @@
-UserStamp
-=========
+= UserStamp
 
 Rails plugin that makes stamping records with a user when they are 
 created and updated dirt simple. It assumes that your controller has 
@@ -7,8 +6,7 @@ a current_user method. It also assumes that any record being stamped
 has two attributes--creator_id and updater_id. You can override both
 of these assumptions easily.
 
-Setup
-=====
+== Setup
 
 1. script/plugin install git://github.com/jnunemaker/user_stamp.git
 2. Add user_stamp to application.rb, like the following:
@@ -18,19 +16,22 @@ Setup
 		end
 
 
-Defaults
-========
-UserStamp.creator_attribute   = :creator_id
-UserStamp.updater_attribute   = :updater_id
-UserStamp.current_user_method = :current_user
+== Defaults
+
+  UserStamp.creator_attribute   = :creator_id
+  UserStamp.updater_attribute   = :updater_id
+  UserStamp.current_user_method = :current_user
 
 If your user stamped columns and current_user method are different, 
 just create an initializer such as config/initializers/user_stamp.rb
 and copy and paste the defaults above, changing them to fit your app.
 
-Problems?
-=========
+== Problems?
 
 Use the issue tracker on Github.
 
+== Docs
+
+http://rdoc.info/projects/jnunemaker/user_stamp
+
 Copyright (c) 2008 [John Nunemaker], released under the MIT license</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4903ecb9c053bee8e679f325eeb93fef563d93f3</id>
    </parent>
  </parents>
  <author>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </author>
  <url>http://github.com/jnunemaker/user_stamp/commit/65e27195fd3f73787efd700aae6893889332fb94</url>
  <id>65e27195fd3f73787efd700aae6893889332fb94</id>
  <committed-date>2009-04-30T05:02:16-07:00</committed-date>
  <authored-date>2009-04-30T05:02:16-07:00</authored-date>
  <message>updated readme with rdoc info and reformatted prettier.</message>
  <tree>3bdc2e42c18e1ec8ba82651784da4771df8f7751</tree>
  <committer>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </committer>
</commit>
