diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 51b5ccbe..f61f3c44 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -53,7 +53,7 @@ actively welcome your pull requests: should not contain lists or dictionaries This will make it easier to use tools like `jq` without requiring escaping of -special characters, encapsulating key names in [""], keeps paths predictable, +special characters, encapsulating key names in `[""]`, keeps paths predictable, and makes iterating and searching for values easier. **Examples**