diff --git a/README.md b/README.md index 5d377a5..734e124 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Handles 100K+ node graphs. UI components included: search, tables, histograms, a ## Why orbit -| Benefit | Why it matters | +| Pillar | Why it matters | |---|---| | **Declarative end to end** | The graph is a prop — rendering, force layout, transitions, selection, and undo/redo are handled. No imperative canvas code. | | **Built for large graphs** | GPU rendering holds 100K+ nodes interactive; incremental filtering keeps the core's per-brush cost near 1 ms at that scale, measured on a disclosed reference machine. |