Skip to content

Commit

Permalink
Merge pull request #29 from 0xflotus/patch-3
Browse files Browse the repository at this point in the history
fixed rootReducers.js in comments
  • Loading branch information
chvin committed May 14, 2019
2 parents f8a83a7 + 2674247 commit 89435b7
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 @@ -127,7 +127,7 @@ Immutable学习资料:
关键的库:[gajus/redux-immutable](https://github.com/gajus/redux-immutable)
将原来 Redux提供的combineReducers改由上面的库提供:
``` JavaScript
// rootReduers.js
// rootReducers.js
// import { combineReducers } from 'redux'; // 旧的方法
import { combineReducers } from 'redux-immutable'; // 新的方法

Expand Down

0 comments on commit 89435b7

Please sign in to comment.