Skip to content

Commit 9f50e26

Browse files
committed
fix json in example
1 parent ccbf312 commit 9f50e26

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

+12-10
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,20 @@ You can customize the contents of the generated `backstop.json` file by creating
4545

4646
For example:
4747
```json
48+
{
4849
"scenarios": [],
4950
"defaultScenario": {
50-
"label": "Default",
51-
"url": "",
52-
"referenceUrl": "",
53-
"hideSelectors": [],
54-
"selectors": [
55-
"document"
56-
],
57-
"readyEvent": null,
58-
"delay": 1500,
59-
"misMatchThreshold": 0.1
51+
"label": "Default",
52+
"url": "",
53+
"referenceUrl": "",
54+
"hideSelectors": [],
55+
"selectors": [
56+
"document"
57+
],
58+
"readyEvent": null,
59+
"delay": 1500,
60+
"misMatchThreshold": 0.1
61+
}
6062
}
6163
```
6264

0 commit comments

Comments
 (0)