Changed `scope` example to provide an array, as described in the docs and how it works.
@@ -57,11 +57,13 @@
* Configuration:
* ```json
* {
- * "scope": {
- * "name": "run-git-commit",
- * "cmd": "git",
- * "args": ["commit", "-m", { "validator": "\\S+" }]
- * }
+ * "scope": [
+ * {
+ * "name": "run-git-commit",
+ * "cmd": "git",
+ * "args": ["commit", "-m", { "validator": "\\S+" }]
+ * }
+ * ]
* }
* ```
* Usage: