From 61ef4f4ff485a609c845416ea6486dcc5fb97172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pi=C3=A9rre=20Reimertz?= Date: Sat, 24 Jun 2023 23:44:24 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6d7caf..d152737 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ npm i zustand-ards ### Basic Usage ```ts -import { withArraySelector } from 'zustand-ards'; +import { withZustandards } from 'zustand-ards'; const useWithZustandards = withZustandards(useStore);