From be3509ce97236ca12da322c0b0bb6f8617d06c4a Mon Sep 17 00:00:00 2001 From: numb86 <16703337+numb86@users.noreply.github.com> Date: Tue, 12 May 2020 22:58:11 +0900 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc02e73..71c8515 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ takes an existing reducer and a configuration object and enhances your existing reducer with undo functionality. **Note:** If you were accessing `state.counter` before, you have to access -`state.counter.present` after wrapping your reducer with `undoable`. +`state.present.counter` after wrapping your reducer with `undoable`. To install, firstly import `redux-undo`: