From fa1df04e650371affb8a9ab67cbada46b58bd661 Mon Sep 17 00:00:00 2001 From: paukoff Date: Wed, 3 May 2017 23:36:01 +0300 Subject: [PATCH] fix syntax error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index deef6f1..c1e2c07 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ new Vue({ Vue.ls.get('boo', 10); //if not set boo returned default 10 let callback = (val, oldVal, uri) => { - console.log('localStorage chnage', val); + console.log('localStorage change', val); } Vue.ls.on('foo', callback) //watch change foo key and triggered callback