Skip to content

Commit 85b38bb

Browse files
authored
Update README.md
1 parent 6b5b2a1 commit 85b38bb

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,22 @@ Main reason to build this library was the lack of easy-to-use libraries with all
1414

1515
Look [here](https://github.com/wumpz/java-diff-utils/wiki) to find more helpful informations and examples.
1616

17+
These two outputs are generated using this java-diff-utils. The source code can also be found at the *Examples* page:
18+
19+
Producing a one liner including all difference information.
20+
```
21+
This is a test ~senctence~**for diffutils**.
22+
```
23+
24+
Producing a side by side view of computed differences.
25+
```
26+
|original|new|
27+
|--------|---|
28+
|This is a test ~senctence~.|This is a test **for diffutils**.|
29+
|This is the second line.|This is the second line.|
30+
|~And here is the finish.~||
31+
```
32+
1733
## Main Features ##
1834

1935
* computing the difference between two texts.

0 commit comments

Comments
 (0)