From 85b38bb64e9be2b70806215b7bf5ad05f673d335 Mon Sep 17 00:00:00 2001 From: Tobias Date: Wed, 12 Apr 2017 08:33:35 +0200 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 61397d5..f2e470c 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,22 @@ Main reason to build this library was the lack of easy-to-use libraries with all Look [here](https://github.com/wumpz/java-diff-utils/wiki) to find more helpful informations and examples. +These two outputs are generated using this java-diff-utils. The source code can also be found at the *Examples* page: + +Producing a one liner including all difference information. +``` +This is a test ~senctence~**for diffutils**. +``` + +Producing a side by side view of computed differences. +``` +|original|new| +|--------|---| +|This is a test ~senctence~.|This is a test **for diffutils**.| +|This is the second line.|This is the second line.| +|~And here is the finish.~|| +``` + ## Main Features ## * computing the difference between two texts.