From 271e5919f370233af8cd3a8f99b083320b226290 Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Sun, 22 May 2016 14:18:23 +0900 Subject: [PATCH] docs: add todomvc --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ef2fdbb..30798ac 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ productive package. (@examples directory) - [Mailbox routing example](https://github.com/yoshuawuyts/choo/tree/master/examples/mailbox) (@examples directory) +- [TodoMVC](http://shuheikagawa.com/todomvc-choo/) + ([github](https://github.com/shuhei/todomvc-choo)) ## Usage ```js