From 25719dbfedc20ce21c23dadb25983fad4694dcf8 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 15 Oct 2014 20:29:50 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebea3ea..55c43bd 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ of the syntax and grammar are listed here. it is treated as a hexadecimal. If it is prefixed with 0, it is treated as an octal. Numbers can be in scientific notation: "1e10". - * Boolean values: `true`, `false`, `on`, `off`, `yes`, `no`. + * Boolean values: `true`, `false` * Arrays can be made by wrapping it in `[]`. Example: `["foo", "bar", 42]`. Arrays can contain primitives