Skip to content

Commit 88cc8db

Browse files
committed
Update README
1 parent 65f3b2a commit 88cc8db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Redux DevTools Log Monitor Filterable
22
=====================================
33

4-
Fork of [Redux DevTools Log Monitor](https://github.com/gaearon/redux-devtools-log-monitor) with the ability to specify actions to be hidden or shown in DevTools.
4+
A fork of [Redux DevTools Log Monitor](https://github.com/gaearon/redux-devtools-log-monitor) with the ability to specify actions to be hidden or shown in DevTools.
55

66
### Installation
77

@@ -34,7 +34,7 @@ Consult the [`DockMonitor` README](https://github.com/gaearon/redux-devtools-doc
3434

3535
### Features
3636

37-
Every action is displayed in the log. You can expand the tree view to inspect the `action` object and the `state` after it.
37+
Only filtered actions are displayed in the log. You can expand the tree view to inspect the `action` object and the `state` after it.
3838

3939
If a reducer throws while handling an action, you will see “Interrupted by an error up the chain” instead of the state and action tree view. Scroll up until you find the action which caused the error. You will see the error message in the action log entry. If you use a hot reloading tool, you can edit the reducer, and the error will automatically update or go away.
4040

0 commit comments

Comments
 (0)