Skip to content

Commit f9c75b8

Browse files
committed
chore: update readme
1 parent 77176af commit f9c75b8

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
npm run test && npm run tsc && npm run lint
1+
npm run test && npm run tsc && npm run lint && npm run fmt:check

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,26 @@
2929

3030
<hr/>
3131

32-
![superdiff-stream-gif](https://raw.githubusercontent.com/DoneDeal0/superdiff/main/assets/stream-list-diff.gif)
32+
## EXAMPLES
33+
34+
![superdiff-stream-gif](https://raw.githubusercontent.com/DoneDeal0/main/superdiff/main/assets/stream-list-diff.gif)
3335

3436
<p align="center">
35-
<sub>Superdiff smoothly comparing 1.8 million fictional votes in real time using <code>streamListDiff</code> in the browser</sub>
37+
<sub>Comparing millions of entries in real time with <code>streamListDiff</code></sub>
3638
</p>
3739

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

4042
<p align="center">
41-
<sub>Detecting text changes using <code>getTextDiff</code></sub>
43+
<sub>Detecting text changes with <code>getTextDiff</code></sub>
4244
</p>
4345

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

4648
<p align="center">
47-
<sub>Detecting coordinates changes using <code>getGeoDiff</code></sub>
49+
<sub>Tracking coordinate changes with <code>getGeoDiff</code></sub>
4850
</p>
51+
4952
<hr/>
5053

5154
## ⚔ COMPETITORS

assets/geo-diff-demo.png

-342 KB
Loading

assets/stream-list-diff.gif

1.4 MB
Loading

0 commit comments

Comments
 (0)