Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oliv37 committed Nov 20, 2022
1 parent ccfc761 commit 0f51e68
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 @@ -107,7 +107,7 @@ import { recoilPersist } from 'recoil-persist'

const { persistAtom } = recoilPersist({
key: 'recoil-persist', // this key is using to store data in local storage
storage: localStorage, // configurate which stroage will be used to store the data
storage: localStorage, // configurate which storage will be used to store the data
})
```

Expand Down

0 comments on commit 0f51e68

Please sign in to comment.