Skip to content

Commit

Permalink
docs: update browser usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbtucker committed Aug 9, 2022
1 parent a84bca4 commit 577c856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ import JSON5 from 'json5'

### Browsers
```html
<script src="https://unpkg.com/json5@^2.0.0/dist/index.min.js"></script>
<script src="https://unpkg.com/json5@2/dist/index.min.js"></script>
```

This will create a global `JSON5` variable.
Expand Down

0 comments on commit 577c856

Please sign in to comment.