We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32af6b4 commit 2fe9abaCopy full SHA for 2fe9aba
README.md
@@ -78,9 +78,9 @@ jsDelivr supports version ranges, so if you want the latest of the
78
3.14.x versions:
79
80
```html
81
-<script src="https://cdn.jsdelivr.net/npm/brython@3.13/brython.min.js">
+<script src="https://cdn.jsdelivr.net/npm/brython@3.14/brython.min.js">
82
</script>
83
-<script src="https://cdn.jsdelivr.net/npm/brython@3.13/brython_stdlib.js">
+<script src="https://cdn.jsdelivr.net/npm/brython@3.14/brython_stdlib.js">
84
85
```
86
0 commit comments