Skip to content

Commit 22bea05

Browse files
authored
Updated localForage Git URL
1 parent b2a49bd commit 22bea05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ const persistConfig = {
248248
- **localStorage** `import storage from 'redux-persist/lib/storage'`
249249
- **sessionStorage** `import storageSession from 'redux-persist/lib/storage/session'`
250250
- **AsyncStorage** react-native `import AsyncStorage from '@react-native-community/async-storage'`
251-
- **[redux-persist-indexeddb-storage](https://github.com/machester4/redux-persist-indexeddb-storage)** recommended for web via [localForage](https://github.com/mozilla/localForage)
251+
- **[redux-persist-indexeddb-storage](https://github.com/machester4/redux-persist-indexeddb-storage)** recommended for web via [localForage](https://github.com/localForage/localForage)
252252
- **[electron storage](https://github.com/psperber/redux-persist-electron-storage)** Electron support via [electron store](https://github.com/sindresorhus/electron-store)
253253
- **[redux-persist-filesystem-storage](https://github.com/robwalkerco/redux-persist-filesystem-storage)** react-native, to mitigate storage size limitations in android ([#199](https://github.com/rt2zz/redux-persist/issues/199), [#284](https://github.com/rt2zz/redux-persist/issues/284))
254254
- **[redux-persist-node-storage](https://github.com/pellejacobs/redux-persist-node-storage)** for use in nodejs environments.

0 commit comments

Comments
 (0)