try to fix up formatting in README some more more

This commit is contained in:
Geoff Leyland 2015-05-08 08:22:53 +12:00
parent 9b2356b559
commit 09557e4608

View File

@ -43,8 +43,10 @@ controlling how the file is read:
+ `{ first = { name = "word"} }` then it would be `{ first = "ONE" }`
+ `{ word = { transform = string.lower }}` would give `{ word = "one" }`
+ finally,
{ word = true
number = { transform = function(x) return tonumber(x) / 10 end }}
would give `{ word = "ONE", number = 1 }`
A column can have more than one name: