fixed typo and update peerDependencies version

This commit is contained in:
Dong Cai
2023-05-16 23:41:53 +10:00
parent c889ef0c30
commit 82eccb70fa
3 changed files with 3 additions and 3 deletions

View File

@@ -308,7 +308,7 @@ You can use this method to add mermaid including the zenuml diagram to a web pag
```html
<script type="module">
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs';
import zenuml from 'https://cdn.jsdelivr.net/npm/@mermaid-js/mermaid-zenuml@00.1.0/dist/mermaid-zenuml.esm.min.mjs';
import zenuml from 'https://cdn.jsdelivr.net/npm/@mermaid-js/mermaid-zenuml@0.1.0/dist/mermaid-zenuml.esm.min.mjs';
await mermaid.registerExternalDiagrams([zenuml]);
</script>
```