<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -6,10 +6,14 @@ maintaining seed data in a database. It uses a variety of techniques gathered
 from various places around the web and combines them to create what is 
 hopefully the most robust seed data system around.
 
+If you have suggestions or come across problems, please report them on
+the Lighthouse project for Seed Fu:
+http://mbleigh.lighthouseapp.com/projects/10223-seed-fu/overview
+
 Usage
 =======
 
-Seed data is sown from the db/fixtures directory. Simply make descriptive .rb
+Seed data is taken from the db/fixtures directory. Simply make descriptive .rb
 files in that directory (they can be named anything, but users.rb for the User
 model seed data makes sense, etc.). These scripts will be run whenever the
 db:seed rake task is called. You can put arbitrary Ruby code in these files,
@@ -30,7 +34,7 @@ write the following code:
       s.last_name = &quot;Bobson&quot;
     end
     
-    User.seed(:login,:email) do |s|
+    User.seed(:login, :email) do |s|
       s.login = &quot;bob&quot;
       s.email = &quot;bob@stevenson.com&quot;
       s.first_name = &quot;Bob&quot;</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e5be60e28a046a3fdb56c6c9f6db30391cea8df2</id>
    </parent>
  </parents>
  <author>
    <name>Michael Bleigh</name>
    <email>michael@intridea.com</email>
  </author>
  <url>http://github.com/zdennis/seed-fu/commit/bfee2d0db61e581272512eab3ec25c376fd764ad</url>
  <id>bfee2d0db61e581272512eab3ec25c376fd764ad</id>
  <committed-date>2008-04-19T15:10:44-07:00</committed-date>
  <authored-date>2008-04-19T15:10:44-07:00</authored-date>
  <message>Add Lighthouse URL to README.</message>
  <tree>b0c3429b16198e27a131b2aefe32b93ca016ef5d</tree>
  <committer>
    <name>Michael Bleigh</name>
    <email>michael@intridea.com</email>
  </committer>
</commit>
