Browse Source

Update README.md

Oleg Karataev 4 years ago
parent
commit
790baad8eb
1 changed files with 6 additions and 0 deletions
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -17,4 +17,10 @@ The resulting diff is represented by the generated HTML-file.
 
 Run `java -jar cddiff.jar <file1> <file2>` (without triangle brackets)
 
+As the result there will be generated diff.html file with diff info:
+- ![#b5ffb6](https://via.placeholder.com/15/b5ffb6/000000?text=+) `Added string`
+- ![#b5d0ff](https://via.placeholder.com/15/b5d0ff/000000?text=+) `Changed string`
+- ![#b1b1b1](https://via.placeholder.com/15/b1b1b1/000000?text=+) `Removed string`
+
 See [example](https://github.com/CrazyPhD/CDDiff/tree/master/example)
+![Example](https://raw.githubusercontent.com/CrazyPhD/CDDiff/master/example/diff.html.png)