Skip to content

Commit

Permalink
Update README.md (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
jingsam authored and jgravois committed Sep 30, 2019
1 parent 13912dd commit 464225d
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 @@ -55,8 +55,8 @@ Add a script tag referencing mapbox-gl-leaflet after adding leaflet in your webs
<script src="leaflet-mapbox-gl.js"></script>

<!-- Mapbox GL -->
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.14.3/mapbox-gl.css' rel='stylesheet' />
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.14.3/mapbox-gl.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v1.4.0/mapbox-gl.css' rel='stylesheet' />
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v1.4.0/mapbox-gl.js'></script>
```
You can also use Unpkg as a CDN using:
```html
Expand Down

0 comments on commit 464225d

Please sign in to comment.