Update README.md

This commit is contained in:
2025-01-31 17:28:21 +01:00
committed by GitHub
parent 49dff40016
commit e3a30a2696

View File

@@ -112,6 +112,7 @@ my-value = 5 | Invalid character in key.
[MyOtherSection.Subsection] | "MyOtherSection" has not been defined before.
myValue = 16 # a comment | Inline comments are not allowed.
array2d = [[9], [50, 3]] | Lengths of the arrays in the same dimension don't match.
abc = | Keys may not contain empty values
[MyOtherSection]
myArray = [ | Values may not span over multiple lines.