docs: center graph text

This commit is contained in:
Yoshua Wuyts
2016-05-16 03:27:31 +07:00
parent 34c9572ed1
commit 7301b71d86
+8 -1
View File
@@ -93,7 +93,7 @@ document.body.appendChild(tree)
State DOM│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 - [sheetify](https://github.com/stackcss/sheetify) - modular CSS bundler for
browserify browserify
## FAQ
### How does choo compare to X?
- __react:__ [tbi]
- __mithril:__ [tbi]
- __preact:__ [tbi]
- __angular2:__ [tbi]
## Installation ## Installation
```sh ```sh
$ npm install choo $ npm install choo