Skip to content

Commit

Permalink
docs: deeply convert to plain object (fixes #53)
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Jan 13, 2017
1 parent 7ceccf8 commit 4cc8108
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 @@ -72,7 +72,7 @@ import {

const history = syncHistoryWithStore(browserHistory, store, {
selectLocationState (state) {
return state.get('routing').toObject();
return state.get('routing').toJS();
}
});
```
Expand Down

0 comments on commit 4cc8108

Please sign in to comment.