From a33485b319f66c673dd70bc52cb2b5cca61db258 Mon Sep 17 00:00:00 2001 From: Jesse Jackson Date: Sun, 23 Jan 2022 05:21:13 -0600 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9aa6127..f785916 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ redux-localstorage ================== -Store enhancer that syncs (a subset) of your Redux store state to localstorage. +Store enhancer that syncs (a subset of) your Redux store state to localStorage. **NOTE:** Be sure to check out the [1.0-breaking-changes](https://github.com/elgerlambert/redux-localstorage/tree/1.0-breaking-changes) branch (available on npm as `redux-localstorage@rc`). It includes support for flexible storage backends, including (but not limited to) `sessionStorage` and react-natives' `AsyncStorage`.