From 8d76c02b4b64f2e2edc0a6a48e3026d533aca7bd Mon Sep 17 00:00:00 2001 From: Travis Reeder Date: Thu, 5 Dec 2024 06:06:13 -0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6748836..3517df8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Super lightweight JavaScript state library using ESM modules. Modern and easy to use. +Uses the standard [Map](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map) interface. + Features: * Uses localStorage so state remains intact even if user leaves and comes back.