Browse Source

add boolean to readme

pull/16/head
Brett Langdon 11 years ago
parent
commit
d44219c6d2
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      README.md

+ 5
- 0
README.md View File

@ -38,6 +38,11 @@ Sections (basically a map) is formatted as the section name with the section's s
## Data types
### Boolean
A boolean value is either `true` or `false` of any case.
`TRUE`, `true`, `True`, `FALSE`, `False`, `false`.
### String
A string value is wrapped by double quotes (single quotes will not work).


Loading…
Cancel
Save