diff --git a/Liquid-for-Designers.textile b/Liquid-for-Designers.textile index 2fa233b..4b3f96a 100644 --- a/Liquid-for-Designers.textile +++ b/Liquid-for-Designers.textile @@ -1,6 +1,6 @@ There are two types of markup in Liquid: Output and Tag. -* Output is surrounded by
{{ matched pairs of curly brackets }}
+* Output is surrounded by {{ matched pairs of curly brackets (ie, braces) }}
* Tags are surrounded by {% matched pairs of curly brackets and percent signs %}
h1. Output