<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -6,26 +6,28 @@ Terrifying. And so:
   require 'soup'
   Soup.prepare
 
-  s = Snip.new
-  s.name = &quot;James&quot;
-  s.skills = &quot;Bowstaff, nunchuck&quot;
-  s.save
+  
+  Soup &lt;&lt; { 
+    :name =&gt; &quot;James&quot;,
+    :skills =&gt; &quot;Bowstaff, nunchuck&quot; 
+  }
   
   # ...much later...
   
-  s = Snip['james']
+  s = Soup['james']
   s.skills # =&gt; &quot;Bowstaff, nunchuck&quot;
   
-  x = Snip.new
-  x.mane = &quot;Lush and thick&quot;
-  x.teeth = &quot;Sharp and ready&quot;
-  x.position = &quot;Above my bed!!!&quot;
-  x.save
+  Soup &lt;&lt; {
+    :mane =&gt; &quot;Lush and thick&quot;
+    :teeth =&gt; &quot;Sharp and ready&quot;
+    :position =&gt; &quot;Above my bed!!!&quot; 
+  }
+
   
-The point is that you can set any attribute on a Snip, and it will be persisted without care. 
-With reckless abandon, really.
+The point is that you can set any attribute on a Soup data, and it will be persisted without 
+care. With reckless abandon, really.
 
-The data can be stored using anything - Snip doesn't really care much about the underlying 
+The data can be stored using anything - Soup doesn't really care much about the underlying 
 persistence layer. I've written implementations using DataMapper, ActiveRecord and Sequel... 
 there are other implementations of course. Unknowable implementations. 
 Terrifying implementations. You Fool! Warren is Dead!</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1dcbcf257772f353dd898d7ccd89a725c8ddb224</id>
    </parent>
  </parents>
  <author>
    <name>James Adam</name>
    <email>james@lazyatom.com</email>
  </author>
  <url>http://github.com/lazyatom/soup/commit/f151d7b9aa8eea291c4d4a5bef1a8325f4975b00</url>
  <id>f151d7b9aa8eea291c4d4a5bef1a8325f4975b00</id>
  <committed-date>2008-04-13T14:00:59-07:00</committed-date>
  <authored-date>2008-04-13T14:00:59-07:00</authored-date>
  <message>Updated the README to use the Soup interface</message>
  <tree>aa85e249a9642343032ac4dfae7662d9041f14e5</tree>
  <committer>
    <name>James Adam</name>
    <email>james@lazyatom.com</email>
  </committer>
</commit>
