From 7fe86dba7b369205c07744b037a1f7bc996e99c3 Mon Sep 17 00:00:00 2001 From: Christopher Meyer Date: Wed, 4 Dec 2019 17:08:47 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0abc3f..e4ba07c 100644 --- a/README.md +++ b/README.md @@ -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() { @@ -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 = {