Update readme.md
This commit is contained in:
parent
e779551291
commit
231fd8bd53
|
@ -158,11 +158,11 @@ This produces the following object:
|
|||
Above we saw how combined reducers would operate, here's a quick example of what a reducer nested inside another reducer would look like:
|
||||
|
||||
```
|
||||
const exampleStoreChunk2 = buildStoreChunk('example2', {
|
||||
const exampleStoreChunk2 = buildStoreChunk('example2', {
|
||||
screen: Types.reducer({
|
||||
someNestedReducer: Types.reducer(Types.string()),
|
||||
}),
|
||||
});
|
||||
});
|
||||
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue