From 0133b7943eb74fc30a29778afa153130641610a3 Mon Sep 17 00:00:00 2001 From: medusa Date: Sun, 18 Feb 2024 22:57:07 +0000 Subject: [PATCH] Update docs/random_docs/Mermaid.md --- docs/random_docs/Mermaid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/random_docs/Mermaid.md b/docs/random_docs/Mermaid.md index 9ba5a4e..bda3787 100644 --- a/docs/random_docs/Mermaid.md +++ b/docs/random_docs/Mermaid.md @@ -16,7 +16,7 @@ Mermaid diagrams are defined using a special syntax code block in Markdown files ```mermaid graph TD; - Jason-->Melodi; + A-->B; A-->C; B-->D; C-->D;