Update README.md

This commit is contained in:
Tobias
2017-04-12 08:33:35 +02:00
committed by GitHub
parent 6b5b2a1fc1
commit 85b38bb64e

View File

@@ -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.