From 3b3e10d1e156a93d65b752cacc4d494c0f6e1ca4 Mon Sep 17 00:00:00 2001 From: krypton97 Date: Fri, 17 Mar 2017 15:52:29 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a707276d..4597e674e 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ number of times the button has been clicked. [Try this example now!](http://mark __click-count.marko__ ```jsx class { - constructor() { + onCreate() { this.state = { count:0 }; } increment() {