Skip to content

Commit 36b6edd

Browse files
authored
Fix #301
1 parent 8d43952 commit 36b6edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ L.tileLayer.provider('HERE.terrainDay', {
4747
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):
4848
```JavaScript
4949
L.tileLayer.provider('MapBox', {
50-
id: 'ID': '<insert map_ID here>',
50+
id: '<insert map_ID here>',
5151
accessToken: '<insert ACCESS_TOKEN here>'
5252
}).addTo(map);
5353
```

0 commit comments

Comments
 (0)