diff --git a/README.md b/README.md
index 14660d9..d349ac4 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,8 @@
This library compares two arrays or objects and returns a full diff of their differences.
+ℹ️ The documentation is also available on our [website](https://superdiff.gitbook.io/donedeal0-superdiff)!
+
## WHY YOU SHOULD USE THIS LIBRARY
diff --git a/package.json b/package.json
index b9c5459..1c2d80e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@donedeal0/superdiff",
- "version": "3.2.0",
+ "version": "3.1.2",
"type": "module",
"description": "SuperDiff compares two arrays or objects and returns a full diff of their differences",
"main": "dist/index.js",