edy / redux-persist-transform-filter

Filter transformator for redux-persist
MIT License
190 stars 21 forks source link

chore(readme): update example to assign createBlackFilter #9

Closed iamkhushbajwa closed 7 years ago

iamkhushbajwa commented 7 years ago

Previously, if devs followed the example to the tee, it would result in a ReferenceError. Updated the README example to correctly assign the createBlacklistFilter function.

edy commented 7 years ago

thank you very much!