readme......

This commit is contained in:
leaf corcoran
2013-10-25 09:56:31 -07:00
parent 9e82198a79
commit 0a683fb35d

View File

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