README.rdoc in genesis-1.6.0 vs README.rdoc in genesis-1.7.0

- old
+ new

@@ -18,10 +18,10 @@ * Prepare seeding generator * Genesis seed file generator similar to the Rails migration generator * Seed version task * Seeding task -* Database mulligan task (clears the schema_Seeds table and then runs db:reset) +* Database mulligan task (runs db:migrate:reset and then seeds) * Only run seeds from the all and the current environment folder the task is being executed within (ie. all seeds from db/seeds and db/seeds/production when rake db:genesis RAILS_ENV=production)