We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef3d003 + 00aaa6b commit 7d3a3e6Copy full SHA for 7d3a3e6
README.md
@@ -6,7 +6,7 @@ Add Mermaid and the plugin:
6
7
```html
8
<script src="//unpkg.com/mermaid/dist/mermaid.js"></script>
9
-<script src="//unpkg.com/docsify-mermaid@latest/dist/docsify-mermaid.js">
+<script src="//unpkg.com/docsify-mermaid@latest/dist/docsify-mermaid.js"></script>
10
<script>mermaid.initialize({ startOnLoad: true });</script>
11
```
12
@@ -21,4 +21,4 @@ Now you can include mermaid diagrams in your docsify docs:
21
22
A demo is available on [Codepen](https://codepen.io/leward/project/editor/AyegJW).
23
24
-
+
0 commit comments