diff options
author | Leith Bade <leith@mapbox.com> | 2014-11-25 22:20:26 +1100 |
---|---|---|
committer | Leith Bade <leith@mapbox.com> | 2014-11-28 00:11:38 +1100 |
commit | e58b973eb3ba2b43c7175bbe5c6b3a84fbff88d6 (patch) | |
tree | 2473e2c97980a1c19e6936488fc2bac79a381174 /README.md | |
parent | c04dfc80e2b837f3bfe1dc1ba2fbb557b2e5f454 (diff) | |
download | qtlocation-mapboxgl-e58b973eb3ba2b43c7175bbe5c6b3a84fbff88d6.tar.gz |
Update readme with api key
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -176,7 +176,7 @@ For iOS and OS X use of the demo apps in Xcode, setup the access token by editin For Linux, set the environment variable `MAPBOX_ACCESS_TOKEN` to your token. -For Android, open the class MapFragment and look for the line with `mMap.setAccessToken("access key goes here");`. Also delete the throw statement on the previous line. +For Android, open the class MapFragment and look for the line with `mMap.setAccessToken("access key goes here");`. # Style |