Update README directions for 4.0.0.beta installation instructions for Sinatra as per #473 [ci skip]

This commit is contained in:
Ben Atkins 2015-02-03 16:47:33 -05:00
parent b53c9da4b7
commit 496b4d7a9b
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ your applications `ActiveRecord` connection in a manner similar to the way `Rail
1. Add PaperTrail to your `Gemfile`.
`gem 'paper_trail', '~> 3.0.6'`
`gem 'paper_trail', '~> 4.0.0.beta'`
2. Generate a migration to add a `versions` table to your database.