Update README.md

This commit is contained in:
2025-02-02 07:25:21 +01:00
committed by GitHub
parent 6fd79c2bd2
commit 21f6a25ca9

View File

@@ -89,11 +89,11 @@ Version = 1
[Database.Persons] [Database.Persons]
[Database.Persons.0] [Database.Persons.0]
Name = John Smith Name = "John Smith"
Age = 36 Age = 36
[Database.Persons.1] [Database.Persons.1]
Name = Emily Johnson Name = "Emily Johnson"
Age = 24 Age = 24
``` ```
As mentioned above, it is to be handled like any other subsection - that means not starting at index 0 or having discontinuous indicies do _not_ make the file illformed. As mentioned above, it is to be handled like any other subsection - that means not starting at index 0 or having discontinuous indicies do _not_ make the file illformed.