Skip to content

Commit

Permalink
update CDN link
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Jul 23, 2019
1 parent 65d84c9 commit 642f46f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
A very fast JavaScript library for geospatial point clustering for browsers and Node.

```html
<script src="https://unpkg.com/supercluster@5.0.0/dist/supercluster.min.js"></script>
<script src="https://unpkg.com/supercluster@6.0.2/dist/supercluster.min.js"></script>
```

```js
Expand Down Expand Up @@ -34,7 +34,7 @@ const Supercluster = require('supercluster');
Or use a browser build directly:

```html
<script src="https://unpkg.com/supercluster@5.0.0/dist/supercluster.min.js"></script>
<script src="https://unpkg.com/supercluster@6.0.2/dist/supercluster.min.js"></script>
```

## Methods
Expand Down

0 comments on commit 642f46f

Please sign in to comment.