Skip to content

Commit

Permalink
Merge branch 'sidv/fixImportDoc' of https://github.com/mermaid-js/mer…
Browse files Browse the repository at this point in the history
…maid into sidv/fixImportDoc

* 'sidv/fixImportDoc' of https://github.com/mermaid-js/mermaid:
  Update packages/mermaid/src/docs/n00b-gettingStarted.md
  • Loading branch information
sidharthv96 committed Oct 8, 2022
2 parents bc25879 + 10d2e0a commit ad0cb7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mermaid/src/docs/n00b-gettingStarted.md
Expand Up @@ -171,7 +171,7 @@ In this example mermaid.js is referenced in `src` as a separate JavaScript file,
B --> D[Server2]
</pre>
<script type="module">
import mermaid from 'The/Path/In/Your/Package/mermaid.ems.mjs';
import mermaid from 'The/Path/In/Your/Package/mermaid.esm.mjs';
mermaid.initialize({ startOnLoad: true });
</script>
</body>
Expand Down

0 comments on commit ad0cb7f

Please sign in to comment.