<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -138,7 +138,15 @@ required to let us update to the entry.  For example, lets change the content an
   published_entry.content =  Atom::Content::Html.new(&quot;&lt;p&gt;rAtom lets me post to and edit my blog using Ruby, how cool!&lt;/p&gt;&quot;)
   published_entry.updated = Time.now
   published_entry.save!
-  
+
+To update an existing Entry:
+
+  existing_entry = Entry.load_entry(URI.parse(&quot;http://example.org/afeedentry.atom&quot;))
+
+  existing_entry.title = &quot;I have discovered rAtom&quot;
+  existing_entry.updated = Time.now
+  existing_entry.save!
+
 You can also delete an entry using the &lt;tt&gt;destroy!&lt;/tt&gt; method, but we won't do that will we?.
     
 === Extension elements
@@ -260,7 +268,6 @@ As of version 0.5.1 rAtom also support authentication via HMAC request signing u
 
 * Support partial content responses from the server.
 * Support batching of protocol operations.
-* Examples of editing existing entries.
 * All my tests have been against internal systems, I'd really like feedback from those who have tried rAtom using existing blog software that supports APP.
 * Handle all base uri tests.
 * Add slug support.</diff>
      <filename>README.txt</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2bcb3be52aab6d3a2486490a21748c075250cfe2</id>
    </parent>
  </parents>
  <author>
    <name>Sean Geoghegan</name>
    <email>seangeo@gmail.com</email>
  </author>
  <url>http://github.com/seangeo/ratom/commit/f2685066b576881ec3d4952790b3c3cf7ea20b55</url>
  <id>f2685066b576881ec3d4952790b3c3cf7ea20b55</id>
  <committed-date>2009-06-18T18:18:18-07:00</committed-date>
  <authored-date>2009-06-18T18:18:18-07:00</authored-date>
  <message>Doc patch from Wybo Wiersma</message>
  <tree>a78d5bd03a0140bd73c357accefeeaa7788a3160</tree>
  <committer>
    <name>Sean Geoghegan</name>
    <email>seangeo@gmail.com</email>
  </committer>
</commit>
