From 0ee72cd2fb6d664d52943ceaf23d2568987829ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arda=20Ayd=C4=B1n?= Date: Fri, 15 Apr 2022 03:44:38 +0300 Subject: [PATCH] Fix example header: "A commit flow diagram." (#2940) --- docs/examples.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples.md b/docs/examples.md index 227161be6..0295a2e50 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -140,7 +140,7 @@ sequenceDiagram ``` -A commit flow diagram. +## A commit flow diagram. ```mermaid gitGraph: commit "Ashish" @@ -155,4 +155,4 @@ gitGraph: commit branch b2 commit -``` \ No newline at end of file +```