Skip to content

Commit

Permalink
Corrects extender-persist README.md (#279)
Browse files Browse the repository at this point in the history
A wrong import was contained in the sample, now valid!
  • Loading branch information
uhon committed Jan 24, 2024
1 parent b720cfa commit ae4f952
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/extender-persist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ yarn add @felte/extender-persist
Extend Felte with the `extender` export, the extenders accepts an object with options. A unique ID is required to use it as the ID for the localStorage.

```javascript
import { extender } from '@felte/validator-yup';
import { extender } from '@felte/extender-persist';


const { form } = createForm({
// ...
Expand Down

1 comment on commit ae4f952

@vercel
Copy link

@vercel vercel bot commented on ae4f952 Jan 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.