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