<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -6,6 +6,10 @@ Before you get started, please have a look at our API documentation on our suppo
 
 Note to Rails developers: Donor Tools won't work out of the box with ActiveResource. This is because we use a customized version of the WillPaginate plugin that provides pagination collection information. You can download our fork of the gem from Github: http://github.com/artofmission/will_paginate/tree/master. 
 
+== License
+
+The Donor Tools API is a beta product and is subject to the API License Agreement: http://www.donortools.com/about/api_license
+
 == Authentication
 
 Donor Tools' API uses HTTP Basic authentication. You'll need to sign up for a Donor Tools account (if you don't have one already.)
@@ -39,7 +43,17 @@ To get a list of donations, you'd open up ./script/console, and type:
   d = Donation.find(12345)
   d.splits.first.cents = 5001
   d.save
+  
+=== Creating a donation
+
+  persona = Persona.find(104996)
+  fund = Fund.find(11058)
+  source = Source.find(986)
+  donation = Donation.new(
+    :persona_id =&gt; persona.id, 
+    :new_split_attributes =&gt; [{:cents =&gt; 5002, :fund_id =&gt; fund.id}], 
+    :donation_type_id =&gt; 1,
+    :source_id =&gt; source.id
+  )
+  donation.save
 
-== License
-
-The Donor Tools API is a beta product and is subject to the API License Agreement: http://www.donortools.com/about/api_license
\ No newline at end of file</diff>
      <filename>README.rdoc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c121fb76f4d5fc0a20f3cb751bdcfa8b0589edc8</id>
    </parent>
  </parents>
  <author>
    <name>Ryan Heneise</name>
    <email>ryan@artofmission.com</email>
  </author>
  <url>http://github.com/artofmission/Donor-Tools-Consumer/commit/e415f4a5eaeb47dd079c770edfb167969915bbdc</url>
  <id>e415f4a5eaeb47dd079c770edfb167969915bbdc</id>
  <committed-date>2009-06-25T17:40:42-07:00</committed-date>
  <authored-date>2009-06-25T17:40:42-07:00</authored-date>
  <message>Updated readme</message>
  <tree>ff15ef4a7972c310c3f2af702e06210bc54c1aeb</tree>
  <committer>
    <name>Ryan Heneise</name>
    <email>ryan@artofmission.com</email>
  </committer>
</commit>
