Skip to content

Commit 481095c

Browse files
committed
Add logo & update README (inspired by Node-Fetch)
1 parent b2bbd6e commit 481095c

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

Logo.svg

Lines changed: 5 additions & 0 deletions
Loading

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
# Microdiff
1+
<div align="center">
22

3-
![Minizipped Size (from Bundlephobia)](https://img.shields.io/bundlephobia/minzip/microdiff?style=flat-square) ![License](https://img.shields.io/npm/l/microdiff?style=flat-square) ![dependency Count](https://img.shields.io/badge/dependencies-0-green?style=flat-square)
3+
![Microdiff Logo](/Logo.svg)
44

55
Microdiff is a tiny (currently <1kb), fast, zero dependency object and array comparison library. It is significantly faster than most other deep comparison libraries, and has full TypeScript support.
66

7+
![Minizipped Size (from Bundlephobia)](https://img.shields.io/bundlephobia/minzip/microdiff?style=flat-square) ![License](https://img.shields.io/npm/l/microdiff?style=flat-square) ![dependency Count](https://img.shields.io/badge/dependencies-0-green?style=flat-square)
8+
9+
</div>
10+
711
## Get started
812

913
First, install Microdiff

0 commit comments

Comments
 (0)