diff --git a/README.md b/README.md index 4340e269..770e886f 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ steps for setting up your app with `PaperTrail` will look something like this: 1. Add `PaperTrail` to your `Gemfile`. - `gem 'paper_trail', '>= 3.0.0.rc1'` + `gem 'paper_trail', '>= 3.0.0.rc2'` 2. Generate a migration to add a `versions` table to your database.