Skip to content

Commit cb59abf

Browse files
committed
doc: update readme
1 parent 9097756 commit cb59abf

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Html Diff
22

3-
Compare HTML and generate the differences in either a unified view or a side-by-side comparison.
3+
Compare HTML and generate the differences in either a unified view or a side-by-side comparison. [See online demo...](https://arman19941113.github.io/html-diff/)
4+
5+
![home](https://arman19941113.github.io/html-diff/demo.png)
46

57
## Install
68

@@ -43,9 +45,3 @@ const diff = new HtmlDiff(oldHtml, newHtml, {
4345
const unifiedContent = diff.getUnifiedContent()
4446
const sideBySideContents = diff.getSideBySideContents()
4547
```
46-
47-
## Preview
48-
49-
[See online demo...](https://arman19941113.github.io/html-diff/)
50-
51-
![home](https://arman19941113.github.io/html-diff/demo.png)

0 commit comments

Comments
 (0)