From d237a1530a4b021626a0716e5760ca3c33322816 Mon Sep 17 00:00:00 2001 From: Jack Kelly Date: Wed, 12 Nov 2014 16:31:16 +0000 Subject: [PATCH] adding link to YAMLlint as per @nipunreddevil's suggestion in issue #9 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6d216fc..0f61b5d 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,9 @@ instead. If there is a real desire for automated validation then we could resurrect the JSON Schema, but it is a fair amount of work to maintain. +However, there are YAML validators freely available to make sure you are +using the correct YAML format. For example: [YAMLlint](http://www.yamllint.com) + Installation ============