From 6e386d4b20d11338a92253f56cf31aa9d7d32a9f Mon Sep 17 00:00:00 2001 From: Andrew Altshuler Date: Sat, 15 Aug 2026 17:49:17 +0300 Subject: [PATCH] Update table header in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. |