Trigger build for CD testing

This commit is contained in:
Juno Takano 2025-12-14 19:11:59 -03:00
commit ddc09e84c9

View file

@ -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: