From 6eef04663d0aea4faa26f8f11b4c2e824fc61e47 Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Mon, 16 May 2016 02:48:47 +0700 Subject: [PATCH] docs: setup example section --- README.md | 8 ++++++++ examples/{title.js => title/client.js} | 0 2 files changed, 8 insertions(+) rename examples/{title.js => title/client.js} (100%) 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