From fce411f7f48e05a54c9bc697c9fee4206cb9380e Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 19 Nov 2023 00:15:13 +0100 Subject: [PATCH] chore: update library size section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 408106c..9b79689 100644 --- a/README.md +++ b/README.md @@ -269,4 +269,4 @@ class ClickableText extends WebComponent { ## Library Size -Running [size-limit](https://npmjs.com/package/@size-limit/preset-small-lib) reports the library size as around 767 B, minified and brotlied. Read more about how to [minify and compress payload with brotli](https://web.dev/articles/codelab-text-compression-brotli) for your app. \ No newline at end of file +Running [size-limit](https://npmjs.com/package/@size-limit/preset-small-lib) reports the library size as around 760 Bytes, minified and brotlied. Read more about how to [minify and compress payload with brotli](https://web.dev/articles/codelab-text-compression-brotli) for your app. \ No newline at end of file