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;