Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
numb86 committed May 12, 2020
1 parent 931b2ec commit be3509c
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 @@ -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`:

Expand Down

0 comments on commit be3509c

Please sign in to comment.