diff --git a/README.md b/README.md index 1ad0ddd..9d7d4e3 100644 --- a/README.md +++ b/README.md @@ -92,8 +92,8 @@ where `actionsBlacklist` is an array of strings. For example: ```javascript -const actionsBlackList = ['EVENTS/', 'LOCAL/setClock']; -const reduxDebugger = createDebugger({ actionsBlackList }); +const actionsBlacklist = ['EVENTS/', 'LOCAL/setClock']; +const reduxDebugger = createDebugger({ actionsBlacklist }); ``` This will exclude any actions that contain the substrings in the blacklist. So an action with type diff --git a/package.json b/package.json index 141528f..0139c37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-flipper", - "version": "1.3.2", + "version": "1.4.0", "description": "Redux middleware for flipper", "main": "lib/index.js", "types": "lib/index.d.ts",