From ddc09e84c9fcdb63f358e641e966f5fa6e976436 Mon Sep 17 00:00:00 2001 From: jutty Date: Sun, 14 Dec 2025 19:11:59 -0300 Subject: [PATCH] Trigger build for CD testing --- static/graph.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/graph.toml b/static/graph.toml index 79f58ee..1436cd3 100644 --- a/static/graph.toml +++ b/static/graph.toml @@ -20,7 +20,7 @@ Graph Syntax The graph is a TOML file. You can create nodes by adding text such as: [nodes.Computer] -text = "A computer is a machine capable of executing user-supplied instructions." +text = "A computer is a machine capable of executing arbitrary instructions." If you need longer text, it's more convenient to use triple-quoted syntax: