From a6887bee30f582c28be26cc15124bfc32c6af57c Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Tue, 12 Dec 2023 16:05:44 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- flow/examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}