Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscdn committed Dec 4, 2019
1 parent 6aa37c3 commit 7fe86db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ You could also make it a local variable in a Vue component. This might be usefu

```js
created() {
this.vuexUndoRedo = VuexUndoRedo(this.$store)
this.vuexUndoRedo = VuexUndoRedo(this.$store, options)
},
beforeDestroy() {
Expand All @@ -91,7 +91,7 @@ beforeDestroy() {
### Constructor options
The default options are as follows and can be overridden.
The default options are as follows and can be overridden:
```js
const options = {
Expand Down

0 comments on commit 7fe86db

Please sign in to comment.