diff --git a/README.md b/README.md index 54f3dca..9043a20 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ export class UserStore extends VuexModule.With({ namespaced: "user" }) { } $watch = { - fullname( newValue ) { console.log( `Fullname has changed ${newValue}` }, + fullname( newValue ) { console.log( `Fullname has changed ${newValue}`) }, } $subscribe = {