Skip to content

Commit c156bd1

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ Look [here](https://github.com/wumpz/java-diff-utils/wiki) to find more helpful
1717
These two outputs are generated using this java-diff-utils. The source code can also be found at the *Examples* page:
1818

1919
Producing a one liner including all difference information.
20-
```
20+
2121
This is a test ~senctence~**for diffutils**.
22-
```
22+
2323

2424
Producing a side by side view of computed differences.
25-
```
25+
2626
|original|new|
2727
|--------|---|
2828
|This is a test ~senctence~.|This is a test **for diffutils**.|
2929
|This is the second line.|This is the second line.|
3030
|~And here is the finish.~||
31-
```
31+
3232

3333
## Main Features ##
3434

0 commit comments

Comments
 (0)