From 9f8db94b57658753ff32294c075a942c8a7197fa Mon Sep 17 00:00:00 2001 From: Hiroki Miyaji Date: Tue, 30 Apr 2024 21:40:58 +0900 Subject: [PATCH] chore: update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d6617d..572c311 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Lazyload your Components, Images or anything else. You can improve performance s ## Features - ⚡️ Optimized performance: Reuses Intersection Observer instances where possible -- 💥 Minimum bundle: Around ~1.3kB +- 💥 Minimum bundle: Around ~1kB - 🛠 TypeScript: It'll fit right into your existing TypeScript project - 💡 Easy to understand: You don't have to know about complex Intersection Observer API - 😽 React 18: Optimized using `Suspense` and `startTransition`