Skip to content

Commit e7a7310

Browse files
authored
Update README.md
1 parent 7f0eb79 commit e7a7310

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Lua Schema Validator
2-
Validates data stored in [Lua](https://www.lua.org/ "Lua") tables against given schema.
3-
or
4-
Validates schema for the given Lua table data.
2+
Validates data stored in [Lua](https://www.lua.org/ "Lua") tables against given schema or Validates schema for the given Lua table data.
53

64
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.**
75
> "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)