Skip to content

Commit

Permalink
Fix #301
Browse files Browse the repository at this point in the history
  • Loading branch information
brunob authored Oct 26, 2018
1 parent 8d43952 commit 36b6edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ L.tileLayer.provider('HERE.terrainDay', {
In order to use Mapbox maps, you must [register](https://tiles.mapbox.com/signup). You can get map_ID (i.e mapbox.satellite) and ACCESS_TOKEN from [Mapbox projects](https://www.mapbox.com/projects):
```JavaScript
L.tileLayer.provider('MapBox', {
id: 'ID': '<insert map_ID here>',
id: '<insert map_ID here>',
accessToken: '<insert ACCESS_TOKEN here>'
}).addTo(map);
```
Expand Down

0 comments on commit 36b6edd

Please sign in to comment.