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 25b178a commit bc3a14aCopy full SHA for bc3a14a
1 file changed
README.md
@@ -105,7 +105,7 @@ var $RefParser = require('json-schema-ref-parser');
105
Reference [`ref-parser.js`](dist/ref-parser.js) or [`ref-parser.min.js`](dist/ref-parser.min.js) in your HTML:
106
107
```html
108
-<script src="https://cdn.rawgit.com/JS-DevTools/json-schema-ref-parser/dist/ref-parser.js"></script>
+<script src="https://unpkg.com/json-schema-ref-parser/dist/ref-parser.min.js"></script>
109
<script>
110
$RefParser.dereference(mySchema)
111
.then(function(schema) {
0 commit comments