We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 755c0a2 commit ddb9e9cCopy full SHA for ddb9e9c
README.md
@@ -70,8 +70,9 @@ define(['jsonld'], function(jsonld) { ... });
70
<!-- For legacy browsers include a Promise polyfill like
71
es6-promise before including jsonld.js -->
72
<script src="//cdn.jsdelivr.net/g/es6-promise@1.0.0"></script>
73
-<script src="//cdnjs.cloudflare.com/ajax/libs/jsonld/0.4.12/jsonld.js"></script>
+<script src="//cdnjs.cloudflare.com/ajax/libs/jsonld/0.4.12/jsonld.min.js"></script>
74
```
75
+See https://cdnjs.com/libraries/jsonld for the the latest available cdnjs version.
76
77
### JSPM
78
0 commit comments