Skip to content

Commit

Permalink
Merge pull request #68 from oliv37/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
polemius committed Nov 21, 2022
2 parents ccfc761 + 0f51e68 commit 14d1f7b
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 14d1f7b

Please sign in to comment.