From c84e8396721c8688517179a8f07bd0c110ae3043 Mon Sep 17 00:00:00 2001 From: Joel Drapper Date: Sat, 9 Mar 2024 02:32:44 +0000 Subject: [PATCH] Update README.md Signed-off-by: Joel Drapper --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0544c54..15a7985 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Morphlex -Morphlex is a tiny (1.6KB [minified/gzipped](https://www.unpkg.com/morphlex)), safe, optimal DOM morphing library written in TypeScript. DOM morphing is the process of transforming one DOM tree to reflect another, while preserving the state of the original tree and making as few changes as possible. +Morphlex is a tiny (1.6KB [minified/gzipped](https://www.unpkg.com/morphlex)), optimal DOM morphing library written in TypeScript. DOM morphing is the process of transforming one DOM tree to reflect another, while preserving the state of the original tree and making as few changes as possible. Morphlex uses ID Sets — a concept pioneered by Idiomorph — to match nodes with deeply nested identified elements. It also maps out _sensitive_ elements to avoid moving them around.