Skip to content

Commit 755c0a2

Browse files
kimdhamiltonmattcollier
authored andcommitted
Update jsonld browser + script tag
The jsonld browser + script tag yielded a different canonical form than when I used the library directly. I confirmed there is a later version that yields the expected results. Updating so others don't run into this as well.
1 parent da1cf0a commit 755c0a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ define(['jsonld'], function(jsonld) { ... });
7070
<!-- For legacy browsers include a Promise polyfill like
7171
es6-promise before including jsonld.js -->
7272
<script src="//cdn.jsdelivr.net/g/es6-promise@1.0.0"></script>
73-
<script src="//cdnjs.cloudflare.com/ajax/libs/jsonld/0.3.15/jsonld.js"></script>
73+
<script src="//cdnjs.cloudflare.com/ajax/libs/jsonld/0.4.12/jsonld.js"></script>
7474
```
7575

7676
### JSPM

0 commit comments

Comments
 (0)