Skip to content

Commit d6e199c

Browse files
committed
update unpkg link
1 parent 8c5e181 commit d6e199c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ const Delaunator = require('delaunator');
3535
Or use a browser build directly:
3636

3737
```html
38-
<script src="https://unpkg.com/[email protected].0/delaunator.min.js"></script> <!-- minified build -->
39-
<script src="https://unpkg.com/[email protected].0/delaunator.js"></script> <!-- dev build -->
38+
<script src="https://unpkg.com/[email protected].1/delaunator.min.js"></script> <!-- minified build -->
39+
<script src="https://unpkg.com/[email protected].1/delaunator.js"></script> <!-- dev build -->
4040
```
4141

4242
## API Reference

0 commit comments

Comments
 (0)