diff --git a/flow/examples/README.md b/flow/examples/README.md index ec38614..326de29 100644 --- a/flow/examples/README.md +++ b/flow/examples/README.md @@ -28,7 +28,7 @@ This program does nothing. {% raw %}
flowchart TD - start([Start]) --> inita{{$a <- 1$}} -->stop([Stop]) + start([Start]) --> inita{{"a ← 1"}} -->stop([Stop]){% endraw %}