Skip to content

Commit

Permalink
Update Show-BuildMermaid.ps1, fix badge
Browse files Browse the repository at this point in the history
  • Loading branch information
nightroman committed Sep 5, 2024
1 parent a8e186b commit 1da9c05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

[![PSGV](https://img.shields.io/powershellgallery/v/InvokeBuild)![PSGD](https://img.shields.io/powershellgallery/dt/InvokeBuild)](https://www.powershellgallery.com/packages/InvokeBuild)
[![NuGet](https://buildstats.info/nuget/Invoke-Build)](https://www.nuget.org/packages/Invoke-Build)
[![NGV](https://img.shields.io/nuget/v/Invoke-Build)![NGD](https://img.shields.io/nuget/dt/Invoke-Build)](https://www.nuget.org/packages/Invoke-Build)
<img src="https://raw.githubusercontent.com/nightroman/Invoke-Build/main/ib.png" align="right"/>

## Build Automation in PowerShell
Expand Down
2 changes: 1 addition & 1 deletion Show-BuildMermaid.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ $text = @(
@'
</pre>
<script type="module">
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10.9.1/dist/mermaid.esm.min.mjs';
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.esm.min.mjs';
mermaid.initialize({ startOnLoad: true });
</script>
</body>
Expand Down

0 comments on commit 1da9c05

Please sign in to comment.