Skip to content

Commit 65f3b2a

Browse files
committed
Fix example
1 parent e203319 commit 65f3b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can use `LogMonitor` as the only monitor in your app:
1818
```js
1919
import React from 'react';
2020
import { createDevTools } from 'redux-devtools';
21-
import LogMonitor from 'redux-devtools-log-monitor';
21+
import LogMonitor from 'redux-devtools-log-monitor-filterable';
2222

2323
export default createDevTools(
2424
<LogMonitor filter={{ blacklist: ['ACTION1', 'ACTION2'], whitelist: ['ACTION1', 'ACTION2'] }} />

0 commit comments

Comments
 (0)