From aa8f43c733624a6e270cb8b3929bb4fb6fea97f3 Mon Sep 17 00:00:00 2001 From: Adam Brown Date: Thu, 17 Sep 2015 16:41:50 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2a9def2..c93bce5 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,6 @@ A diff viewer for markdown-formatted documents. Uses the [`wdiff`](http://www.gnu.org/software/wdiff/) tool as a diffing engine. This produces an output that is more useful for copy-editing tasks. This wdiff comparison is then processed in a way that is aware of markdown formatting. The resulting output attempts to show differences of copy within the final document format (rather than differences of format). The markdown-sensitive processing of the wdiff comparison is at `server/components/wdiff/index.js`, for the curious. + + +The tool is live at (http://dubdiff.com), feel free to use it there.