From 0351b77427c4ffea17056bc500bf2b9b1fb70ee9 Mon Sep 17 00:00:00 2001 From: Ben Atkins Date: Wed, 20 Nov 2013 00:16:36 -0500 Subject: [PATCH] Fix version number in README for Sinatra instructions [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.