diff --git a/README.md b/README.md index 582465bd..303b9cab 100644 --- a/README.md +++ b/README.md @@ -494,7 +494,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:install` + `bundle exec rails generate paper_trail` 3. Run the migration.