From 0f4d976f34acd1c1890860e6c63c7611b8a80af2 Mon Sep 17 00:00:00 2001 From: Phillip Ridlen Date: Wed, 18 Jan 2012 09:58:39 -0600 Subject: [PATCH] Fix pop culture reference. The red pill is the adventurous one. --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 5ea0639..539d16e 100644 --- a/readme.md +++ b/readme.md @@ -20,11 +20,11 @@ Open up your ``Gemfile`` and add at the bottom this line: # You now have two options: -## Take the red pill and stay on 1.7.x +## Take the blue pill and stay on 1.7.x gem 'refinerycms-blog', '~> 1.7.0' -## Take the blue pill and head up to 1.8.x +## Take the red pill and head up to 1.8.x ## Where the previous shared/_post.html.erb partial was moved directly into show.html.erb ## *MEANING:* If you depend on that partial, you'll have to check the changes and merge your customizations back in!