README.md in kentouzu-0.0.8 vs README.md in kentouzu-0.0.9

- old
+ new

@@ -12,14 +12,14 @@ gem 'kentouzu' Generate a migration for the drafts table: - rails g kentouzu:install + $ rails g kentouzu:install Run the migration: - rake db:migrate + $ rake db:migrate Add `has_drafts` to the models you want to have drafts on. ## API Summary