diff --git a/README.md b/README.md index 19f1a9a4a..a93a9911e 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Alternatively, load it from a CDN: Or always get latest version via [unpkg](https://unpkg.com/#/) ```html - + ``` The `dist` folder of this package contains different kinds of files: diff --git a/docs/index.html b/docs/index.html index f4fe553b7..16b838a92 100644 --- a/docs/index.html +++ b/docs/index.html @@ -79,7 +79,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.0.0/jspdf.umd.min.js"></script>
Or always get latest version via unpkg
-<script src="https://unpkg.com/jspdf@latest/dist/jspdf.min.js"></script>
+<script src="https://unpkg.com/jspdf@latest/dist/jspdf.umd.min.js"></script>
The dist
folder of this package contains different kinds of files:
@@ -283,4 +283,4 @@ License (MIT)