brunoborges / toml-schema

MIT License
61 stars 2 forks source link

Change sequence type to collection. #7

Closed eksortso closed 3 years ago

eksortso commented 3 years ago

Update text of all documents to reflect the name change of "sequence" to "collection." Update representation in README.md describing a collection's representation in TOML. Replace "childs" with "children".

Closes #6.