Skip to content

Commit bc3a14a

Browse files
zoellnerJamesMessinger
authored andcommitted
update web browser example in readme (#113)
rawgit has shut down. replaced with unpkg
1 parent 25b178a commit bc3a14a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ var $RefParser = require('json-schema-ref-parser');
105105
Reference [`ref-parser.js`](dist/ref-parser.js) or [`ref-parser.min.js`](dist/ref-parser.min.js) in your HTML:
106106

107107
```html
108-
<script src="https://cdn.rawgit.com/JS-DevTools/json-schema-ref-parser/dist/ref-parser.js"></script>
108+
<script src="https://unpkg.com/json-schema-ref-parser/dist/ref-parser.min.js"></script>
109109
<script>
110110
$RefParser.dereference(mySchema)
111111
.then(function(schema) {

0 commit comments

Comments
 (0)