From 0daecbd0cbc03b8e03d9ec7bfc06960b60b1174a Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 27 Jul 2013 19:59:51 -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 5940c90..09322f6 100644 --- a/README.md +++ b/README.md @@ -92,4 +92,4 @@ That is to say that all proper YAML parsers parse proper JSON. YAML can use either *whitespace and dashes* or *brackets and commas*. For human readability, the whitespace-based YAML is preferrable. -For compression and computer readability, the syntax-based YAML is preferrable. +For compression and computer readability, the JSON syntax of YAML is preferrable.