From 6aa88da861783d11efddae59a1cd3fcf7a5f9de7 Mon Sep 17 00:00:00 2001 From: Matt McFarland Date: Mon, 25 Jul 2016 14:39:06 -0400 Subject: [PATCH] Update link to example The requirebin demo was also in the example area which I didn't see beforehand. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 474137e..56a5be1 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ production, we'd love to hear from you!_ ## Example Let's create an input box that changes the content of a textbox in real time. -[Click here to see the app running](http://requirebin.com/?gist=e589473373b3100a6ace29f7bbee3186). +[Click here to see the app running](http://requirebin.com/?gist=229bceda0334cf30e3044d5f5c600960). ```js const choo = require('choo') const html = require('choo/html')