diff --git a/README.md b/README.md index 1ef11e1..cf16d33 100644 --- a/README.md +++ b/README.md @@ -218,33 +218,33 @@ There are also **halls**, which connect rooms within a wing, and **tunnels**, wh You say what you're looking for and boom, it already knows which wing to go to. Just *that* in itself would have made a big difference. But this is beautiful, elegant, organic, and most importantly, efficient. ``` - ┌─────────────────────────────────────────────────────────────┐ - │ WING: Person │ - │ │ - │ ┌──────────┐ ──hall── ┌──────────┐ │ - │ │ Room A │ │ Room B │ │ - │ └────┬─────┘ └──────────┘ │ - │ │ │ - │ ▼ │ - │ ┌──────────┐ ┌──────────┐ │ - │ │ Closet │ ───▶ │ Drawer │ │ - │ └──────────┘ └──────────┘ │ - └─────────┼──────────────────────────────────────────────────┘ - │ + +------------------------------------------------------------+ + ¦ WING: Person ¦ + ¦ ¦ + ¦ +----------+ +----------+ ¦ + ¦ ¦ Room A ¦ --hall-- ¦ Room B ¦ ¦ + ¦ +----------+ +----------+ ¦ + ¦ ¦ ¦ + ¦ v ¦ + ¦ +----------+ +----------+ ¦ + ¦ ¦ Closet ¦ ---> ¦ Drawer ¦ ¦ + ¦ +----------+ +----------+ ¦ + +---------+--------------------------------------------------+ + ¦ tunnel - │ - ┌─────────┼──────────────────────────────────────────────────┐ - │ WING: Project │ - │ │ │ - │ ┌────┴─────┐ ──hall── ┌──────────┐ │ - │ │ Room A │ │ Room C │ │ - │ └────┬─────┘ └──────────┘ │ - │ │ │ - │ ▼ │ - │ ┌──────────┐ ┌──────────┐ │ - │ │ Closet │ ───▶ │ Drawer │ │ - │ └──────────┘ └──────────┘ │ - └─────────────────────────────────────────────────────────────┘ + ¦ + +---------+--------------------------------------------------+ + ¦ WING: Project ¦ + ¦ ¦ ¦ + ¦ +----------+ +----------+ ¦ + ¦ ¦ Room A ¦ --hall-- ¦ Room C ¦ ¦ + ¦ +----------+ +----------+ ¦ + ¦ ¦ ¦ + ¦ v ¦ + ¦ +----------+ +----------+ ¦ + ¦ ¦ Closet ¦ ---> ¦ Drawer ¦ ¦ + ¦ +----------+ +----------+ ¦ + +------------------------------------------------------------+ ``` **Wings** — a person or project. As many as you need.