diff --git a/Getting-Liquid-to-Work-in-Rails.md b/Getting-Liquid-to-Work-in-Rails.md index 8e34c8a..af1dbd6 100644 --- a/Getting-Liquid-to-Work-in-Rails.md +++ b/Getting-Liquid-to-Work-in-Rails.md @@ -1,4 +1,4 @@ -Liquid comes with a proper init.rb by default. +Liquid no longer comes with a rails template handler making the text below outdated, see this issue https://github.com/Shopify/liquid/issues/21 To start using liquid just extract it into vendor/plugins or better yet use the ./script/plugin script to install liquid. @@ -22,4 +22,4 @@ Liquid: ```liquid {{ 'This is a long section of text' | truncate: 3 }} #=> Thi... -``` +``` \ No newline at end of file