Skip to content

Commit b4edbb3

Browse files
numb86nmay231
authored andcommitted
Fix typo
1 parent 931b2ec commit b4edbb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ takes an existing reducer and a configuration object and enhances your existing
6565
reducer with undo functionality.
6666

6767
**Note:** If you were accessing `state.counter` before, you have to access
68-
`state.counter.present` after wrapping your reducer with `undoable`.
68+
`state.present.counter` after wrapping your reducer with `undoable`.
6969

7070
To install, firstly import `redux-undo`:
7171

0 commit comments

Comments
 (0)