From b25114c79eeffa4709bc477f9a90dc8f9f5c2939 Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Tue, 22 Oct 2013 19:24:23 +1300 Subject: Clarify license, authors, version requirement. --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 2bfc060..6102489 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. -This version of `refinerycms-blog` supports Rails 3.2.x. To use Rails 2.3.x use the [refinerycms-blog "Rails 2.3.x stable branch"](http://github.com/resolve/refinerycms-blog/tree/rails2-stable). +This version of `refinerycms-blog` supports Rails 3.2.x. To use Rails 2.3.x use the [refinerycms-blog "Rails 2.3.x stable branch"](http://github.com/refinery/refinerycms-blog/tree/rails2-stable). Options: @@ -11,14 +11,14 @@ Options: ## Requirements -Refinery CMS version 2.0.1 or above. +Refinery CMS version 2.1.0 or above. ## Install Open up your ``Gemfile`` and add at the bottom this line: ```ruby -gem 'refinerycms-blog', '~> 2.0.0' +gem 'refinerycms-blog', '~> 2.1.0' ``` Now, run ``bundle install`` -- cgit v1.2.3