Skip to content

Commit e91fb73

Browse files
authored
Merge pull request #3 from prateekbh/master
indexedDb
2 parents 4cb514d + e1341b6 commit e91fb73

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)