Skip to content

Commit

Permalink
Merge be3509c into 931b2ec
Browse files Browse the repository at this point in the history
  • Loading branch information
numb86 committed May 12, 2020
2 parents 931b2ec + be3509c commit 9283458
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 9283458

Please sign in to comment.