diff --git a/docs/clipboard.md b/docs/clipboard.md index 8b105db12f..8935438f47 100644 --- a/docs/clipboard.md +++ b/docs/clipboard.md @@ -11,6 +11,7 @@ Verify makes use of the clipboard. This is done via the [TextCopy project](https://github.com/CopyText/TextCopy). +**An alternative to using the clipboard is the [DiffEngineTray tool](https://github.com/VerifyTests/DiffEngine/blob/master/docs/tray.md).** ## Accept received diff --git a/readme.md b/readme.md index 991ce41518..cbb2d709b0 100644 --- a/readme.md +++ b/readme.md @@ -171,7 +171,10 @@ The clipboard will contain the following: > cmd /c move /Y "C:\Code\Sample\Sample.Test.received.txt" "C:\Code\Sample\Sample.Test.verified.txt" -See also: [Clipboard](/docs/clipboard.md) +Notes: + + * [More Clipboard info](/docs/clipboard.md). + * **An alternative to using the clipboard is the [DiffEngineTray tool](https://github.com/VerifyTests/DiffEngine/blob/master/docs/tray.md).** If a [Diff Tool](https://github.com/VerifyTests/DiffEngine) is detected it will display the diff: @@ -264,6 +267,7 @@ The clipboard will again contain the following: See also: [Clipboard](/docs/clipboard.md) + #### The [Diff Tool](https://github.com/VerifyTests/DiffEngine) is will display the diff: ![SecondDiff](/docs/SecondDiff.png)