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",