From 985287bbf1fd8f586dac0e217e1a05a31b524ea0 Mon Sep 17 00:00:00 2001 From: azu Date: Fri, 21 Jul 2023 21:11:00 +0900 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c33d6b6..616d61d 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,7 @@ This approach help you to improve `Scheme` typing. ## Related -- [azu/localstorage-ponyfill: Universal LocalStorage for browser and Node.js.](https://github.com/azu/localstorage-ponyfill) +- [azu/localstorage-ponyfill](https://github.com/azu/localstorage-ponyfill) - It provides storage API based on localStorage API - [KV Storage](https://github.com/WICG/kv-storage) - This proposal aims to create "async local storage", but it is suspended