diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2015-05-18 14:48:02 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2015-05-18 14:48:02 -0700 |
commit | 14c62744c759d2326e757d6977d7380a40d75e6f (patch) | |
tree | ad87eee335e5ab35cf1dc602aa69802223cbca7e /README.md | |
parent | f44894e29568954570c794ff3c829c9c67a9dd78 (diff) | |
download | qtlocation-mapboxgl-14c62744c759d2326e757d6977d7380a40d75e6f.tar.gz |
Update token.txt location in README
[skip ci]
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -214,7 +214,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, gradle will take the value of `MAPBOX_ACCESS_TOKEN` and save it to `android/java/app/src/main/res/raw/token.txt` where the app will read it from. +For Android, gradle will take the value of `MAPBOX_ACCESS_TOKEN` and save it to `android/java/MapboxGLAndroidSDKTestApp/src/main/res/raw/token.txt` where the app will read it from. # Style |