aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'
```