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 %} + + + +