diff --git a/README.md b/README.md index 1d908be..adb58c0 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,17 @@ Superdiff smoothly comparing 1.8 million fictional votes in real time using streamListDiff in the browser

+![superdiff-text-diff-demo](https://raw.githubusercontent.com/DoneDeal0/superdiff/main/assets/text-diff-demo.png) + +

+Detecting text changes using getTextDiff +

+ +![superdiff-geo-diff-demo](https://raw.githubusercontent.com/DoneDeal0/superdiff/main/assets/geo-diff-demo.png) + +

+Detecting coordinates changes using getGeoDiff +


## ⚔ COMPETITORS diff --git a/assets/geo-diff-demo.png b/assets/geo-diff-demo.png new file mode 100644 index 0000000..7f03345 Binary files /dev/null and b/assets/geo-diff-demo.png differ diff --git a/assets/text-diff-demo.png b/assets/text-diff-demo.png new file mode 100644 index 0000000..b0774c5 Binary files /dev/null and b/assets/text-diff-demo.png differ