docs: setup example section

This commit is contained in:
Yoshua Wuyts
2016-05-16 02:48:47 +07:00
parent 99e4e04e1b
commit 6eef04663d
2 changed files with 8 additions and 0 deletions
+8
View File
@@ -19,6 +19,14 @@ productive package.
- __idempotent:__ renders seemlessly in both Node and browsers
- __very cute:__ choo choo!
## Demos
- [Set title reducers example](https://github.com/yoshuawuyts/choo/tree/master/examples/http)
(@examples directory)
- [HTTP effects example](https://github.com/yoshuawuyts/choo/tree/master/examples/http)
(@examples directory)
- [Mailbox routing example](https://github.com/yoshuawuyts/choo/tree/master/examples/mailbox)
(@examples directory)
## Usage
```js
const choo = require('choo')