Skip to content

Commit

Permalink
Merge pull request #5 from reimertz/patch-1
Browse files Browse the repository at this point in the history
Fix wrong import in Get Started Example
  • Loading branch information
ivoilic authored Oct 24, 2023
2 parents 58dacac + 61ef4f4 commit ce74ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit ce74ea2

Please sign in to comment.