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 %} ```