From 9e82198a793a1edd993b3c9ef622adc5ef5a480d Mon Sep 17 00:00:00 2001 From: leaf corcoran Date: Fri, 25 Oct 2013 09:27:54 -0700 Subject: [PATCH] and another typo in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8cd346..9395f02 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ local template = elua.compile([[ ]]) print(template({ - name: "leafo", - items: { "Shoe", "Reflector", "Scarf" } + name = "leafo", + items ={ "Shoe", "Reflector", "Scarf" } })) ```