Skip to content

Commit

Permalink
Fixed a small typo in the readme (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
LandonSchropp authored and mjaneczek committed Feb 9, 2018
1 parent a668225 commit d0bd0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -330,7 +330,7 @@ setRecreateReducerFunction(() => store.replaceReducer(createReducer()));
```
Code example: https://github.com/mjaneczek/conventional-redux-demo/blob/master/app/configureStore.js#L35

### 3. Replace combineReducers with conventional-redux wrapper
### 4. Replace combineReducers with conventional-redux wrapper
```js
import { createConventionalReduxRootReducer } from 'conventional-redux';

Expand Down

0 comments on commit d0bd0a0

Please sign in to comment.