Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emrosenf committed Dec 20, 2015
1 parent e252733 commit ea9bd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ This component is not opinionated and does not depend on any implementation of F

All route actions can be hooked by adding handlers for `Actions.onPush`, `Actions.onReplace`, `Actions.onPop` in your store(s).

If a handler returns false route action is ignored. For Redux, you will need to 'connect' your component to your store.
If a handler returns false, the route action is ignored. For Redux, you will need to 'connect' your component to your store.

For example, instead of
```
Expand Down

0 comments on commit ea9bd56

Please sign in to comment.