Merge pull request #176 from philtr/master

Fix pop culture reference
This commit is contained in:
Joe Sak 2012-01-18 08:57:29 -08:00
commit 2d4e9085eb

View file

@ -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!