From 1c91c41b47aac275a11cfc10e4288e11f864453e Mon Sep 17 00:00:00 2001 From: Joel Drapper Date: Sat, 9 Mar 2024 00:03:49 +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 6b83a9f..21cf51b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Morphlex +Morphlex Morphlex is a tiny (1.6KB minified/gzipped), 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.