and another typo in readme

This commit is contained in:
leaf corcoran
2013-10-25 09:27:54 -07:00
parent 463a339d84
commit 9e82198a79

View File

@@ -21,8 +21,8 @@ local template = elua.compile([[
]])
print(template({
name: "leafo",
items: { "Shoe", "Reflector", "Scarf" }
name = "leafo",
items ={ "Shoe", "Reflector", "Scarf" }
}))
```