From d66eb4259970b929411c5ad6bfaf6217c4cce47a Mon Sep 17 00:00:00 2001 From: Quentin Roy Date: Fri, 3 Nov 2023 18:11:18 +0100 Subject: [PATCH] docs: update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 97f30cd..1a8c39e 100644 --- a/README.md +++ b/README.md @@ -103,9 +103,7 @@ It is also worth mentioning that unlike [JSON patches](https://tools.ietf.org/html/rfc6902), there is no way to implement merge of merge patches that reliably preserves deletion.) -- [`immutable-merge-patch`](https://www.npmjs.com/package/immutable-merge-patch) - -JSON merge patch implementation for [Immutable.js](https://facebook.github.io/immutable-js/). +- [`immutable-merge-patch`](https://www.npmjs.com/package/immutable-merge-patch): JSON merge patch implementation for [Immutable.js](https://facebook.github.io/immutable-js/). # License