From b963d09e061b8868f8e0a9cec02ff92f32e363ac Mon Sep 17 00:00:00 2001 From: Antonio Stoilkov Date: Tue, 23 Jul 2024 20:08:09 +0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20better,=20fewer=20words?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8070161..517b56c 100644 --- a/readme.md +++ b/readme.md @@ -16,7 +16,7 @@ npm install use-storage-state - SSR support. - Works with React 19 and React 18 concurrent rendering. - Handles the `Window` [`storage`](https://developer.mozilla.org/en-US/docs/Web/API/Window/storage_event) event and updates changes across browser tabs, windows, and iframe's. Disable with `sync: false`. -- I've actively maintained [`use-local-storage-state`](https://github.com/astoilkov/use-local-storage-state) (400k downloads per month) for the past 4 years. +- I actively maintain [`use-local-storage-state`](https://github.com/astoilkov/use-local-storage-state) (400k downloads per month) for the past 4 years. - Aiming for high-quality with [my open-source principles](https://astoilkov.com/my-open-source-principles). ## Usage