diff --git a/Liquid-for-Designers.textile b/Liquid-for-Designers.textile index 2abf672..3e6f845 100644 --- a/Liquid-for-Designers.textile +++ b/Liquid-for-Designers.textile @@ -34,7 +34,7 @@ When there are no more filters, the template will receive the resulting string.
Hello {{ 'tobi' | upcase }}
-Hello tobi has {{ 'tobi' | length }} letters!
+Hello tobi has {{ 'tobi' | size }} letters!
Hello {{ '*tobi*' | textilize | upcase }}
Hello {{ 'now' | date: "%Y %h" }}