Skip to content

Commit

Permalink
fix README: api.tiles.mapbox -> api.mapbox
Browse files Browse the repository at this point in the history
fixes #16
  • Loading branch information
johnpryan committed Mar 13, 2018
1 parent a7a475d commit 090d533
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 @@ -62,7 +62,7 @@ tile providers:

```dart
new TileLayerOptions(
urlTemplate: "https://api.tiles.mapbox.com/v4/"
urlTemplate: "https://api.mapbox.com/v4/"
"{id}/{z}/{x}/{y}@2x.png?access_token={accessToken}",
additionalOptions: {
'accessToken': '<PUT_ACCESS_TOKEN_HERE>',
Expand Down

0 comments on commit 090d533

Please sign in to comment.