diff --git a/readme.md b/readme.md index 83255e5..187aead 100644 --- a/readme.md +++ b/readme.md @@ -40,7 +40,7 @@ class Store { @observable lastName = 'Bar'; @computed get fullName() { - return `${this.firstName} ${this.lastName} + return `${this.firstName} ${this.lastName}` } }