Skip to content

Commit

Permalink
mention "higher-order reducer" in readme (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
omnidan committed Mar 15, 2016
1 parent 651a885 commit 5b48578
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 @@ -35,7 +35,7 @@ undoable(reducer, config)

## Making your reducers undoable

`redux-undo` is a reducer enhancer, it provides the `undoable` function, which
`redux-undo` is a reducer enhancer (higher-order reducer), it provides the `undoable` function, which
takes an existing reducer and a configuration object and enhances your existing
reducer with undo functionality.

Expand Down

0 comments on commit 5b48578

Please sign in to comment.