Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeCisco committed Jan 17, 2017
1 parent 67a857b commit d940056
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export default {
if (process.env.NODE_ENV !== 'production') {
if (module.hot) {
module.hot.accept('./reducer', () => {
injectSaga('item', require('./sagas').default);
injectReducer('item', require('./reducer').default);
});
}
Expand Down

0 comments on commit d940056

Please sign in to comment.