<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -44,15 +44,15 @@ If you have any comments or suggestions please post to the Google group.
   
   DB.create_table :items do
     primary_key :id
-    String name
-    Float price
+    String :name
+    Float :price
   end
   
   items = DB[:items] # Create a dataset
   
   # Populate the table
   items.insert(:name =&gt; 'abc', :price =&gt; rand * 100)
-  items.insert(name =&gt; 'def', :price =&gt; rand * 100)
+  items.insert(:name =&gt; 'def', :price =&gt; rand * 100)
   items.insert(:name =&gt; 'ghi', :price =&gt; rand * 100)
   
   # Print out the number of records</diff>
      <filename>README.rdoc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0bf529b5e597e43e4c8b35119534ceef888d4721</id>
    </parent>
  </parents>
  <author>
    <name>Jeremy Evans</name>
    <email>code@jeremyevans.net</email>
  </author>
  <url>http://github.com/jeremyevans/sequel/commit/5193867148d4a904817ed4ef254f934bc5438516</url>
  <id>5193867148d4a904817ed4ef254f934bc5438516</id>
  <committed-date>2009-05-13T09:35:20-07:00</committed-date>
  <authored-date>2009-05-13T09:35:20-07:00</authored-date>
  <message>README fixes from jinguoli, thanks!</message>
  <tree>688807832d581ae297c975315ea317af3418794c</tree>
  <committer>
    <name>Jeremy Evans</name>
    <email>code@jeremyevans.net</email>
  </committer>
</commit>
