Update README.md

This commit is contained in:
2025-01-31 07:13:57 +01:00
committed by GitHub
parent 8058407c16
commit 3a3834df87

View File

@@ -105,5 +105,5 @@ myString = 'Hello' | Strings may only be encapsulated by ".
my-value = 5 | Invalid character in key. my-value = 5 | Invalid character in key.
[MyOtherSection.Subsection] | "MyOtherSection" is not defined. [MyOtherSection.Subsection] | "MyOtherSection" is not defined.
myValue = 16 # comment | Inline comments are not allowed. myValue = 16 # a comment | Inline comments are not allowed.
``` ```