From c038feb88adc9d9a693ecbd7c0fb40644b8a3483 Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Wed, 1 Dec 2010 13:46:32 +1300 Subject: rc.17 is the proper format apparently (rc.xx rather than rcxx). Closes GH-20 --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 9176829..ea90e78 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ Simple blog engine for [Refinery CMS](http://refinerycms.com). It supports posts, categories and comments. -Refinery CMS Blog supports Rails 2.x using the [Rails 2.x stable branch](http://github.com/resolve/refinerycms-blog/tree/rails2-stable). +Refinery CMS Blog supports Rails 2.3.x using the [Rails 2.3.x stable branch](http://github.com/resolve/refinerycms-blog/tree/rails2-stable). Options: @@ -13,7 +13,7 @@ Options: Open up your ``Gemfile`` and add at the bottom this line - gem 'refinerycms-blog', '= 1.0.rc16' + gem 'refinerycms-blog', '~> 1.0.rc.17' Now run ``bundle install`` -- cgit v1.2.3