From 4a55b2387b501c8605535f4960aa723e3db5cd11 Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Mon, 21 Feb 2011 09:29:06 +0000 Subject: [PATCH] Fix installation instructions for running generator. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.