diff --git a/README.md b/README.md index 3b6b143..9cc675b 100644 --- a/README.md +++ b/README.md @@ -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') diff --git a/examples/title.js b/examples/title/client.js similarity index 100% rename from examples/title.js rename to examples/title/client.js