File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ Save and load the [Redux][] state with ease.
1313## Features
1414
1515* Flexible storage engines
16+ * [ indexedDb] ( https://github.com/prateekbh/redux-storage-engine-indexed-db ) : based on window.indexedDb
1617 * [ localStorage] [ ] : based on window.localStorage
1718 * Or for environments without ` Promise ` support [ localStorageFakePromise] [ ]
1819 * [ reactNativeAsyncStorage] [ ] : based on ` react-native/AsyncStorage `
@@ -165,8 +166,8 @@ Thank you [michaelcontento](https://github.com/michaelcontento) for a great libr
165166
166167 The MIT License (MIT)
167168
168- Copyright (c) 2016- Gunjan Soni <gunjan.soni2002@gmail.com>
169- Copyright (c) 2015-2016 Michael Contento <mail@michaelcontento.de>
169+ Copyright (c) 2016- Gunjan Soni <gunjan.soni2002@gmail.com>
170+ Copyright (c) 2015-2016 Michael Contento <mail@michaelcontento.de>
170171
171172 Permission is hereby granted, free of charge, to any person obtaining a copy of
172173 this software and associated documentation files (the "Software"), to deal in
You can’t perform that action at this time.
0 commit comments