We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 960461a commit b1176a6Copy full SHA for b1176a6
README.md
@@ -229,6 +229,12 @@ Include latest or specific version of bundled minified es5 through url in index.
229
<script src="https://unpkg.com/total-serialism@1.6.12/build/ts.es5.min.js"></script>
230
```
231
232
+Here are some alternatives to unpkg.com, in case of a server error:
233
+
234
+`https://cdn.staticdelivr.com/npm/total-serialism/build/ts.es5.min.js`
235
236
+or `https://cdn.jsdelivr.net/npm/total-serialism/build/ts.es5.min.js`
237
238
Use in a html `<script>` like so:
239
240
```js
0 commit comments