Note on outdated documentation

Maarten van Vliet
2015-08-18 16:29:43 +02:00
parent d0dbb8cae4
commit 30ccf95041
+2 -2
@@ -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...
```
```