redux-persist-transform-compress
redux-persist-transform-compress copied to clipboard
Update README.md to provide a clearer and more correct usage example
trafficstars
The current usage example in README.md incorrectly shows the transform being supplied to persistStore, whereas it should actually be passed to persistReducer via the config. This PR amends this to clarify the proper usage.