aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorPhilip Arndt <p@arndt.io>2013-10-22 19:24:23 +1300
committerPhilip Arndt <p@arndt.io>2013-10-22 19:25:17 +1300
commitb25114c79eeffa4709bc477f9a90dc8f9f5c2939 (patch)
treed911ae7c101e968e30f7c6311b2abdb53bc9ac21 /readme.md
parent77f65da471906e1b2a8ec06720c47cf54baffd6b (diff)
downloadrefinerycms-blog-b25114c79eeffa4709bc477f9a90dc8f9f5c2939.tar.gz
refinerycms-blog-b25114c79eeffa4709bc477f9a90dc8f9f5c2939.tar.bz2
refinerycms-blog-b25114c79eeffa4709bc477f9a90dc8f9f5c2939.zip
Clarify license, authors, version requirement.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md6
1 files changed, 3 insertions, 3 deletions
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``