diff --git a/README.md b/README.md index 671b215..bcf7980 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,55 @@ document.getElementById('destination-elem-id').innerHTML = diffHtml; ### Diff2Html Examples -#### Diff2Html Angular Example +#### Diff2Html Example using plain HTML/JS + +```html + +
+ + + + + + + + + + + + + + + +``` + +#### Diff2Html Example using Angular - Typescript @@ -253,7 +301,7 @@ export class AppDiffComponent implements OnInit { ] ``` -#### Diff2Html Vue.js Example +#### Diff2Html Example using Vue.js ```vue