From 8780554b6f894c0346c402164e901026a4d122fd Mon Sep 17 00:00:00 2001 From: Jeremie Pardou-Piquemal <571533+jrmi@users.noreply.github.com> Date: Sat, 17 Aug 2019 21:43:10 +0200 Subject: [PATCH] Minor Readme fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fcbb63..d6c1a52 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ const store = { const reactiveStore = new VueReactiveStore(store) -export default store +export default reactiveStore ``` Finally, use it in your components by importing the store,