Skip to content

Commit 2e7dc55

Browse files
authored
Merge pull request #159 from mapbox/pjl-readme-updates
Update readme
2 parents 77efb26 + 50863f1 commit 2e7dc55

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

readme.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mapbox Navigation SDK Examples
22

3-
[![CircleCI](https://circleci.com/gh/mapbox/navigation-ios-examples.svg?style=svg)](https://circleci.com/gh/mapbox/navigation-ios-examples)
3+
[![CircleCI](https://circleci.com/gh/mapbox/mapbox-navigation-ios-examples.svg?style=svg)](https://circleci.com/gh/mapbox/mapbox-navigation-ios-examples)
44

55
A collection of examples showing off the [Mapbox Navigation SDK](https://github.com/mapbox/mapbox-navigation-ios).
66

@@ -10,15 +10,15 @@ A collection of examples showing off the [Mapbox Navigation SDK](https://github.
1010

1111
_Installation with CocoaPods_
1212

13-
1. `git clone https://github.com/mapbox/navigation-ios-examples.git`
14-
1. `cd navigation-ios-examples`
13+
1. `git clone https://github.com/mapbox/mapbox-navigation-ios-examples.git`
14+
1. `cd mapbox-navigation-ios-examples`
1515
1. Go to your [Mapbox account dashboard](https://account.mapbox.com/) and create an access token that has the `DOWNLOADS:READ` scope. **PLEASE NOTE: This is not the same as your production Mapbox API token. Make sure to keep it private and do not insert it into any Info.plist file.** Create a file named `.netrc` in your home directory if it doesn’t already exist, then add the following lines to the end of the file:
1616
```
1717
machine api.mapbox.com
1818
login mapbox
1919
password YOUR_PRIVATE_MAPBOX_TOKEN
2020
```
21-
where _YOUR_PRIVATE_MAPBOX_TOKEN_ is your Mapbox API token with the `DOWNLOADS:READ` scope.
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.
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.
@@ -34,6 +34,7 @@ _Installation with CocoaPods_
3434

3535
While we are not able to answer support questions in this repository, below are some helpful resources if you're just getting started with the Mapbox Navigation SDK for iOS:
3636

37+
- [Mapbox Navigation SDK for iOS documentation](https://docs.mapbox.com/ios/navigation/guides/)
3738
- [Mapbox Navigation SDK for iOS examples](https://www.mapbox.com/ios-sdk/navigation/examples/)
3839
- [Build a navigation app for iOS tutorial](https://www.mapbox.com/help/ios-navigation-sdk/)
3940
- [Mapbox help page](https://www.mapbox.com/help/)

0 commit comments

Comments
 (0)