Skip to content

Commit 29807ed

Browse files
committed
docs
1 parent f1cf413 commit 29807ed

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ The location of the `backstop.json` file as well as all resource directories can
209209
"bitmaps_reference": "../../backstop_data/bitmaps_reference",
210210
"bitmaps_test": "../../backstop_data/bitmaps_test",
211211
"compare_data": "../../backstop_data/bitmaps_test/compare.json",
212-
"scripts": "../../backstop_data/scripts"
212+
"casper_scripts": "../../backstop_data/casper_scripts"
213213
},
214214
"engine": "phantomjs",
215215
"report": ["browser", "CLI"],
@@ -220,9 +220,7 @@ The location of the `backstop.json` file as well as all resource directories can
220220
```
221221

222222

223-
224-
225-
**DEV NOTE:** If `./backstop.json` is not present at the project root then BackstopJS will fallback to use the following config at... `./node_modules/backstopjs/capture/config.default.json`
223+
**DEV NOTE:** If a valid config is not present at the project root (or at the path [specified on your CLI](#setting-the-config-file-path-version-090)), BackstopJS will go into **Demo** mode and run the default config at... `./node_modules/backstopjs/capture/config.default.json`
226224

227225

228226

0 commit comments

Comments
 (0)