aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorPhilip Arndt <git@arndt.io>2014-12-04 13:41:37 -0800
committerPhilip Arndt <git@arndt.io>2014-12-04 13:41:37 -0800
commit22ce653384eadec7d9305642834ff51561d8919b (patch)
treeaa81b906bfa58f7d1f5e3a9c8b4bda8d50c12e2f /readme.md
parent8a8922258234c3ec3752011331f27b645d25d6a2 (diff)
downloadrefinerycms-blog-22ce653384eadec7d9305642834ff51561d8919b.tar.gz
refinerycms-blog-22ce653384eadec7d9305642834ff51561d8919b.tar.bz2
refinerycms-blog-22ce653384eadec7d9305642834ff51561d8919b.zip
Revert "refinerycms-settings 3.0.0 is a dependency"
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index b3dc13a..655db85 100644
--- a/readme.md
+++ b/readme.md
@@ -15,10 +15,9 @@ Refinery CMS version 3.0.0 or above.
## Install
-Open up your ``Gemfile`` and add at the bottom these two lines:
+Open up your ``Gemfile`` and add at the bottom this line:
```ruby
-gem 'refinerycms-settings', git: 'https://github.com/refinery/refinerycms-settings', branch: 'master'
gem 'refinerycms-blog', git: 'https://github.com/refinery/refinerycms-blog', branch: 'master'
```