aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 1f1ad5c..a2d7e6d 100644
--- a/readme.md
+++ b/readme.md
@@ -17,7 +17,9 @@ Refinery CMS version 2.0.0 or above.
Open up your ``Gemfile`` and add at the bottom this line:
- gem 'refinerycms-blog', '~> 2.0.0'
+```ruby
+gem 'refinerycms-blog', '~> 2.0.0'
+```
Now, run ``bundle install``