diff --git a/README.md b/README.md index bf53447e..3ea15d8a 100644 --- a/README.md +++ b/README.md @@ -519,7 +519,7 @@ Over time your `versions` table will grow to an unwieldy size. Because each ver 2. Generate a migration which will add a `versions` table to your database. - `bundle exec rails generate paper_trail` + `bundle exec rails generate paper_trail:install` 3. Run the migration.