From 4d0cb12e225863bc752cbd7c154176fa3cffd780 Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Mon, 16 May 2016 01:45:15 +0700 Subject: [PATCH] docs: fix graph indent --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index ebafe01..2471ebe 100644 --- a/README.md +++ b/README.md @@ -63,22 +63,22 @@ document.body.appendChild(tree) `send()` when done to handle results - __subscriptions:__ streams of data that can either be written to or read from ```txt - ┌───────────────────────────────┐ - │ │ ┌────────┐ - │ ┌ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ┐ │ │ User │ - │ ┌─────────────────┐ │ └────────┘ - ├────┼─│ Subscriptions │ │ │ │ - │ └─────────────────┘ │ ▼ - │ │ ┌─────────────────┐ │ │ ┌────────┐ ┌────────┐ - └──────│ Effects │◀─────┼──────┤ DOM │◀───────────│ Views │ - │ └─────────────────┘ │ Actions └────────┘ DOM tree └────────┘ - ┌─────────────────┐ │ ▲ - │ │ Reducers │◀┼────┘ │ - └─────────────────┘ │ - │ │ │ ┌────────┐ │ - └─────────────────────▶│ Router │─────────────────┘ - └ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ┘ State └────────┘ State - Model + ┌───────────────────────────────┐ + │ │ ┌────────┐ + │ ┌ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ┐ │ │ User │ + │ ┌─────────────────┐ │ └────────┘ + ├────┼─│ Subscriptions │ │ │ │ + │ └─────────────────┘ │ ▼ + │ │ ┌─────────────────┐ │ │ ┌────────┐ ┌────────┐ + └──────│ Effects │◀─────┼──────┤ DOM │◀───────────│ Views │ + │ └─────────────────┘ │ Actions └────────┘ DOM tree └────────┘ + ┌─────────────────┐ │ ▲ + │ │ Reducers │◀┼────┘ │ + └─────────────────┘ │ + │ │ │ ┌────────┐ │ + └─────────────────────▶│ Router │─────────────────┘ + └ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ┘ State └────────┘ State + Model ``` ## Effects