From 7889c06cdc32171998951ca6e66b0fd6be921386 Mon Sep 17 00:00:00 2001 From: Luc Engelen Date: Mon, 21 Jan 2019 14:54:48 +0100 Subject: [PATCH] Fix type and broken link in README.md (#119) * Fix type of option "mismatchThreshold" * Fix broken link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 247f5c6..602ea9d 100644 --- a/README.md +++ b/README.md @@ -199,14 +199,14 @@ See [API.md](API.md) for a full list of API calls and examples. |`imageSnapshotPath`|`string`|no|Stores reference screenshots in this directory|./differencify_reports| |`saveDifferencifiedImage`|`boolean`|no|Save differencified image to test report path in case of mismatch|true| |`saveCurrentImage`|`boolean`|no|Save the captured image from current test run to test report path|true| -|`mismatchThreshold`|`integer`|no|Difference tolerance between reference/test image|0.001| +|`mismatchThreshold`|`number`|no|Difference tolerance between reference/test image|0.001| ## TestOptions |Parameter|type|required|description|default| |---------|----|--------|-----------|-------| |`testName`|`string`|no|Unique name for your test case|test| -|`chain`|`boolean`|no|Whether to chain differencify commands or not. More details on [examples](examples)|true| +|`chain`|`boolean`|no|Whether to chain differencify commands or not. See [API.md](API.md) for more details|true| ## Steps API