aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2012-01-10 16:30:36 +1300
committerPhilip Arndt <parndt@gmail.com>2012-01-10 16:30:36 +1300
commit889127a58c08ba37b3ad1ff7871fbbbf603918c7 (patch)
treeb090461881d741aab033d762f7467837a23fbc6a /readme.md
parentd642260538825c48d0f236ca1dd645947a090549 (diff)
downloadrefinerycms-blog-889127a58c08ba37b3ad1ff7871fbbbf603918c7.tar.gz
refinerycms-blog-889127a58c08ba37b3ad1ff7871fbbbf603918c7.tar.bz2
refinerycms-blog-889127a58c08ba37b3ad1ff7871fbbbf603918c7.zip
ruby highlighting added
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``