bump js example versions

This commit is contained in:
Brandon Liu
2022-11-21 19:50:18 +08:00
parent 82bad64bd3
commit 84cd55f719
6 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
the [PMTiles](https://www.npmjs.com/package/pmtiles) package can be included via script tag or ES6 module:
```html
<script src="https://unpkg.com/pmtiles@2.4.0/dist/index.js"></script>
<script src="https://unpkg.com/pmtiles@2.5.0/dist/index.js"></script>
```
As an ES6 module: `npm add pmtiles`