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);