From 0f51e685f9ccf734553d935252411e0547743ece Mon Sep 17 00:00:00 2001 From: oliv37 Date: Sun, 20 Nov 2022 23:35:18 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80d0652..5808747 100644 --- a/README.md +++ b/README.md @@ -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 }) ```