Skip to content

Commit

Permalink
docs(readme): update CDN links to latest version (0.0.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-win committed Nov 4, 2023
1 parent c8d8af7 commit c2387cb
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 @@ -17,13 +17,13 @@ npm install geohex --save
Or grab from [jsDelivr CDN](https://www.jsdelivr.com/package/npm/geohex):

```html
<script src="https://cdn.jsdelivr.net/npm/[email protected].6/lib/geohex.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].7/lib/geohex.min.js"></script>
```

Or from [unpkg CDN](https://unpkg.com/geohex/):

```html
<script src="https://unpkg.com/[email protected].6/lib/geohex.min.js"></script>
<script src="https://unpkg.com/[email protected].7/lib/geohex.min.js"></script>
```

## Usage
Expand Down

0 comments on commit c2387cb

Please sign in to comment.