mirror of
https://github.com/java-diff-utils/java-diff-utils.git
synced 2026-03-13 10:11:17 +08:00
Update README.md
This commit is contained in:
16
README.md
16
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.
|
||||
|
||||
Reference in New Issue
Block a user