Update README.md

This commit is contained in:
krypton97 2017-03-17 15:52:29 +02:00 committed by GitHub
parent 3c604ed11f
commit 3b3e10d1e1

View File

@ -42,7 +42,7 @@ number of times the button has been clicked. [Try this example now!](http://mark
__click-count.marko__ __click-count.marko__
```jsx ```jsx
class { class {
constructor() { onCreate() {
this.state = { count:0 }; this.state = { count:0 };
} }
increment() { increment() {