Skip to content

Commit

Permalink
Docs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 28, 2020
1 parent d592e70 commit 75646fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/clipboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 75646fb

Please sign in to comment.