From 0a2d9b1ef4683e7b7a76f0ba6fe2e5063344cf21 Mon Sep 17 00:00:00 2001 From: TJ Kells Date: Mon, 21 Apr 2014 15:31:48 -0500 Subject: [PATCH] Update README.md Remove unnecessary encoded characters --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 77b7e86..bf1eba8 100644 --- a/README.md +++ b/README.md @@ -146,14 +146,14 @@ using. And Lua already looks like most of the nice template languages out there: ```lua - {% if #results > 0 then %} - <ul> + {% if #results > 0 then %} + {% else %} - <p>We'll add "{{ q }}" as a new one.</p> +

We'll add "{{ q }}" as a new one.

{% end %} ```