From 7a4ebcd1ecdb4929aae70e44b4f9b6b5ab52b393 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 23 Sep 2021 21:22:01 -0700 Subject: [PATCH] language hints --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bde28245..8bc00f7b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,7 +32,7 @@ This will make it easier to use tools like `jq` without requiring escaping of sp **Examples** Bad: -``` +```json { "Interface 1": [ "192.168.1.1", @@ -44,7 +44,7 @@ Bad: } ``` Good: -``` +```json [ { "interface": "Interface 1",