Skip to content

Commit de951ab

Browse files
author
Péter Hauszknecht
committed
update README
1 parent da09f5a commit de951ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const setX = x => reduceFoo(state => ({ ...state, x }));
8787
A repatch middleware takes the `store` instance, a `next` function and the previous `reducer`. The middleware can provide a new reducer via the `next` function.
8888

8989
```javascript
90-
Middleware: Store -> (Reducer -> Reducer) -> Reducer -> any
90+
Middleware: Store -> Next -> Reducer -> any
9191
```
9292

9393
where

0 commit comments

Comments
 (0)