Update link to example

The requirebin demo was also in the example area which I didn't see beforehand.
This commit is contained in:
Matt McFarland
2016-07-25 14:39:06 -04:00
committed by GitHub
parent 88a0816f52
commit 6aa88da861
+1 -1
View File
@@ -116,7 +116,7 @@ production, we'd love to hear from you!_
## Example ## Example
Let's create an input box that changes the content of a textbox in real time. 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 ```js
const choo = require('choo') const choo = require('choo')
const html = require('choo/html') const html = require('choo/html')