From 5b485782ddead9d16a6313ebfc2a01738daffefc Mon Sep 17 00:00:00 2001 From: Daniel Bugl Date: Tue, 15 Mar 2016 11:24:20 +0100 Subject: [PATCH] mention "higher-order reducer" in readme (#46) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9955a8b..17af8fb 100644 --- a/README.md +++ b/README.md @@ -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.