Skip to content

Commit 098e37e

Browse files
📝 Update README
1 parent 4064dd0 commit 098e37e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Add the dependencies and plugin to `index.html`
2222
<script src="//unpkg.com/mermaid/dist/mermaid.js"></script>
2323
<script src="//unpkg.com/docsify-mermaid@latest/dist/docsify-mermaid.js"></script>
2424
<script>mermaid.initialize({ startOnLoad: true });</script>
25-
<script src="//cdn.jsdelivr.net/npm/d3@7"></script>
2625
<!-- Import Docsify-mermaid-zoom -->
2726
<script src="//unpkg.com/docsify-mermaid-zoom/dist/docsify-mermaid-zoom.js"></script>
2827
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docsify-mermaid-zoom",
3-
"version": "2.2.4",
3+
"version": "2.2.5",
44
"type": "module",
55
"main": "dist/docsify-mermaid-zoom.js",
66
"repository": {

0 commit comments

Comments
 (0)