From d44219c6d2e56d811bcdaa193b04651b3571226e Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Mon, 15 Jun 2015 22:20:57 -0400 Subject: [PATCH] add boolean to readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a9bc070..f49f5df 100644 --- a/README.md +++ b/README.md @@ -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).