We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef3d003 commit 00aaa6bCopy full SHA for 00aaa6b
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