From a297e69271837fd1b602029cc484f93ae1a3ccc1 Mon Sep 17 00:00:00 2001 From: Ric Harvey Date: Fri, 3 May 2024 11:49:15 +0100 Subject: [PATCH] fix mermaid typo --- commit.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commit.md b/commit.md index b5f330b..5eda6ec 100644 --- a/commit.md +++ b/commit.md @@ -114,7 +114,7 @@ If you have no merge conflicts all will be good and the code will now appear in If you want to visualise this on your git diagram what you've done is effectively this: -```marmaid +```mermaid gitGraph commit id: "first commit" commit id: "updates" @@ -130,7 +130,7 @@ git tag -a v1.0 -m "my version 1.0" This is effectively what happens in your git branch. -```marmaid +```mermaid gitGraph commit id: "first commit" commit id: "updates" tag: "v1.0"