Skip to content

Commit d21a35f

Browse files
authored
fix: add website link (#33)
1 parent e77b875 commit d21a35f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
This library compares two arrays or objects and returns a full diff of their differences.
1414

15+
ℹ️ The documentation is also available on our [website](https://superdiff.gitbook.io/donedeal0-superdiff)!
16+
1517
<hr/>
1618

1719
## WHY YOU SHOULD USE THIS LIBRARY

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@donedeal0/superdiff",
3-
"version": "3.2.0",
3+
"version": "3.1.2",
44
"type": "module",
55
"description": "SuperDiff compares two arrays or objects and returns a full diff of their differences",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)