Fix typo in README

This commit is contained in:
austinkelleher 2017-03-20 08:59:17 -04:00
parent 91201f556a
commit 20195966bb

View File

@ -90,7 +90,7 @@ __component.js__
module.exports = {
onCreate() {
this.state = { count:0 };
}
},
increment() {
this.state.count++;
}