fix mermaid typo

This commit is contained in:
Ric Harvey 2024-05-03 11:49:15 +01:00
parent 2d9de822b7
commit a297e69271
Signed by: ric
GPG key ID: CD63CE502B962F16

View file

@ -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: If you want to visualise this on your git diagram what you've done is effectively this:
```marmaid ```mermaid
gitGraph gitGraph
commit id: "first commit" commit id: "first commit"
commit id: "updates" 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. This is effectively what happens in your git branch.
```marmaid ```mermaid
gitGraph gitGraph
commit id: "first commit" commit id: "first commit"
commit id: "updates" tag: "v1.0" commit id: "updates" tag: "v1.0"