Skip to content

Commit 923c889

Browse files
author
Dom Brassey
authored
Merge pull request #162 from mapbox/token2
Consistify `YOUR_SECRET_MAPBOX_ACCESS_TOKEN`
2 parents fc60bac + d16a103 commit 923c889

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ _Installation with CocoaPods_
1616
```
1717
machine api.mapbox.com
1818
login mapbox
19-
password YOUR_PRIVATE_MAPBOX_TOKEN
19+
password YOUR_SECRET_MAPBOX_TOKEN
2020
```
21-
where _YOUR_PRIVATE_MAPBOX_TOKEN_ is your Mapbox API token with the `DOWNLOADS:READ` scope. The login should always be `mapbox`. It should not be your personal username used to create the secret token.
21+
where _YOUR_SECRET_MAPBOX_TOKEN_ is your Mapbox API token with the `DOWNLOADS:READ` scope. The login should always be `mapbox`. It should not be your personal username used to create the secret token.
2222
1. Run `pod repo update && pod install` and open the resulting Navigation-Examples.xcworkspace.
2323
1. Sign up or log in to your Mapbox account and grab a [Mapbox access token](https://www.mapbox.com/help/define-access-token/).
2424
1. Enter your Mapbox access token into the value of the `MBXAccessToken` key within the Info.plist file. Alternatively, if you plan to use this project as the basis for any open source application, [read this guide](https://docs.mapbox.com/help/troubleshooting/private-access-token-android-and-ios/#ios) to learn how to best protect your access tokens.

0 commit comments

Comments
 (0)