From 7301b71d86cd0ad3c15e328d2ad910dbe1c32ec8 Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Mon, 16 May 2016 03:27:31 +0700 Subject: [PATCH] docs: center graph text --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 834c72c..ac4eb75 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ document.body.appendChild(tree) State DOM│tree ▼ │ ┌────────┐ ┌────────┐ - │ Router │───────State ─▶│ Views │ + │ Router │─────State ───▶│ Views │ └────────┘ └────────┘ ``` @@ -209,6 +209,13 @@ transforms: - [sheetify](https://github.com/stackcss/sheetify) - modular CSS bundler for browserify +## FAQ +### How does choo compare to X? +- __react:__ [tbi] +- __mithril:__ [tbi] +- __preact:__ [tbi] +- __angular2:__ [tbi] + ## Installation ```sh $ npm install choo