Skip to content

Commit 569fdf8

Browse files
authored
Update README.md
1 parent 07ec2d0 commit 569fdf8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# LuaValidator
2-
Validates data stored in Lua tables against given schema.
2+
Validates data stored in [Lua](https://www.lua.org/ "Lua") tables against given schema.
3+
4+
It's very easy to store data in [Lua tables](https://www.lua.org/pil/2.5.html "Lua tables") while writing Lua code, because that is **the only data structure avaialble.**
5+
> "Tables in Lua are not a data structure; they are [the data structure](https://www.lua.org/pil/11.html "the data structure")"

0 commit comments

Comments
 (0)