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