Skip to content

Commit

Permalink
simplify usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
henrythasler committed Oct 3, 2023
1 parent 3cc067f commit a17ef8c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ Leaflet.Geodesic is available via CDN. Add the following snippet to your html-fi

```html
<!-- Make sure you put this AFTER leaflet.js -->
<script src="https://cdn.jsdelivr.net/npm/leaflet.geodesic">
integrity="see-release-page-for-current-checksum"
crossorigin=""></script>
<script src="https://cdn.jsdelivr.net/npm/leaflet.geodesic"></script>
```

Leaflet.Geodesic is available via the following CDNs:
Expand Down

0 comments on commit a17ef8c

Please sign in to comment.