Skip to content

Commit c0c8d2f

Browse files
chore: improve README SEO — keyword-rich H1 and descriptive image alt text
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent ca4ad7d commit c0c8d2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# deep-diff-ts
1+
# deep-diff-ts — Fast Deep Object Diff for TypeScript
22

33
[![npm version](https://img.shields.io/npm/v/deep-diff-ts)](https://www.npmjs.com/package/deep-diff-ts)
44
[![npm downloads](https://img.shields.io/npm/dm/deep-diff-ts)](https://www.npmjs.com/package/deep-diff-ts)
55
[![license](https://img.shields.io/npm/l/deep-diff-ts)](https://github.com/ofershap/deep-diff-ts/blob/main/LICENSE)
66
[![CI](https://github.com/ofershap/deep-diff-ts/actions/workflows/ci.yml/badge.svg)](https://github.com/ofershap/deep-diff-ts/actions/workflows/ci.yml)
77

8-
Fast deep object diff with full TypeScript types. Zero dependencies. ~1.4KB.
8+
Fast deep object diff and patch with full TypeScript types. Compare nested objects, arrays, dates, and regexps. Zero dependencies, ~1.4KB.
99

10-
![Demo](assets/demo.gif)
10+
![deep-diff-ts demo — comparing two objects and showing CREATE, UPDATE, DELETE changes](assets/demo.gif)
1111

1212
## Install
1313

0 commit comments

Comments
 (0)