From 3bf87ab246c48bf941db9d374c5a4ddd3d653dc6 Mon Sep 17 00:00:00 2001 From: Daniel Puckowski Date: Sun, 11 Feb 2024 10:52:32 -0500 Subject: [PATCH] Update README.md weights * Update README.md weights for Sling core. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5aeb46c..fc3acc1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Sling -Sling is a client-side JavaScript framework for building Single Page Applications (SPAs). Sling is lightweight, **31KB minified, and less than 9KB gzipped**. +Sling is a client-side JavaScript framework for building Single Page Applications (SPAs). Sling is lightweight, **32KB minified, and less than 10KB gzipped**. Sling creates and uses an Incremental DOM to perform differential updates for fast rendering.