From 13c9e44c9e72df0bebcebd1d9fe190282fb74b51 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Tue, 12 Dec 2023 15:18:01 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- flow/overview/README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/flow/overview/README.md b/flow/overview/README.md index 627273d..c1c04e9 100644 --- a/flow/overview/README.md +++ b/flow/overview/README.md @@ -6,7 +6,8 @@ {% raw %}
     flowchart LR
-      id1([Start])
+      id1:::terminal([Start])
+      classDef terminal fill:#0f0 stroke:#000
   
{% endraw %} @@ -57,4 +58,25 @@ For arithmetic operations and data-manipulations. {% endraw %} +## Initialization + +{% raw %} +
+    flowchart LR
+      id1{{Initialization}}
+  
+{% endraw %} + +## File + +{% raw %} +
+    flowchart LR
+      id1[(File)]
+  
+{% endraw %} + + + +