Skip to content

Commit

Permalink
Fixed the rake task name and made it easier to copy and paste
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Harvey committed Jun 28, 2013
1 parent a4244a3 commit 08c7031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
@@ -1,7 +1,7 @@
Flatten migrations
===================

A gem that adds db:flatten_migrattions to rake tasks in your rails project.
A gem that adds `rake db:flatten_migrations` to rake tasks in your rails project.

Requirements
------------
Expand Down Expand Up @@ -37,4 +37,4 @@ The task steps are as follows:

**Both new migrations (*initial* and *auxiliary*) are irreversible.**

Your database is safe and it should not erase any data except the schema_migrations table.
Your database is safe and it should not erase any data except the schema_migrations table.

0 comments on commit 08c7031

Please sign in to comment.