We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a94dbaa commit 7d46586Copy full SHA for 7d46586
1 file changed
README.md
@@ -39,7 +39,7 @@ You can also use **node-diff3** directly in a web browser. A good way to do thi
39
When you load this file in a `<script>` tag, you'll get a `Diff3` global to use elsewhere in your scripts:
40
```html
41
<head>
42
-<script src="https://cdn.jsdelivr.net/npm/node-diff3@3.0/dist/index.iife.min.js"></script>
+<script src="https://cdn.jsdelivr.net/npm/node-diff3@3.1/dist/index.iife.min.js"></script>
43
</head>
44
…
45
<script>
0 commit comments