aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2010-12-01 13:46:32 +1300
committerPhilip Arndt <parndt@gmail.com>2010-12-01 13:46:32 +1300
commitc038feb88adc9d9a693ecbd7c0fb40644b8a3483 (patch)
tree525d908404a65c32354bf94fc3553d9c66e3082f /readme.md
parentb4284b3a75fd5da47fb734b85883d33171a3a40d (diff)
downloadrefinerycms-blog-c038feb88adc9d9a693ecbd7c0fb40644b8a3483.tar.gz
refinerycms-blog-c038feb88adc9d9a693ecbd7c0fb40644b8a3483.tar.bz2
refinerycms-blog-c038feb88adc9d9a693ecbd7c0fb40644b8a3483.zip
rc.17 is the proper format apparently (rc.xx rather than rcxx). Closes GH-20
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
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``