From d7c37c967ecdcd0605d99f37d11cff2d12e9eb91 Mon Sep 17 00:00:00 2001 From: David Liu Date: Thu, 25 Jan 2024 17:19:56 +0800 Subject: [PATCH 1/2] Update readme.markdown Fix the broken badge. --- readme.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.markdown b/readme.markdown index 6fbb643..cc23f68 100644 --- a/readme.markdown +++ b/readme.markdown @@ -1,4 +1,4 @@ -# deep-equal [![Version Badge][npm-version-svg]][package-url] +# deep-equal Node's `assert.deepEqual() algorithm` as a standalone module, that also works in browser environments. From ad670aceec1a41c7f0680896de15068ad6cdd980 Mon Sep 17 00:00:00 2001 From: David Liu Date: Thu, 25 Jan 2024 17:22:07 +0800 Subject: [PATCH 2/2] Update readme.markdown --- readme.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/readme.markdown b/readme.markdown index cc23f68..8747033 100644 --- a/readme.markdown +++ b/readme.markdown @@ -4,7 +4,6 @@ Node's `assert.deepEqual() algorithm` as a standalone module, that also works in It mirrors the robustness of node's own `assert.deepEqual` and is robust against later builtin modification. -[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]