Skip to content

Commit 1e818b6

Browse files
authored
Merge pull request #7 from pwellner/clarify-instructions
Small clarifications to instructions
2 parents 367e1e4 + c5074b3 commit 1e818b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ import TabItem from '@theme/TabItem';
1111
# Configure credentials
1212

1313
Before installing @rnmapbox/maps you'll need to get the proper credentials.
14-
You'll need:
15-
- secret access token with (Downloads:Read) scope to download iOS and Android SDK from mapbox.
16-
- public token to use as accessToken when running the app
14+
You'll need two tokens:
15+
- Secret access token with (Downloads:Read) scope to download iOS and Android SDK from mapbox. The secret token starts with `sk.ey`
16+
- Public token to use as accessToken when running the app. The public token starts with `pk.ey`
1717

1818
See [Configure Credential](https://docs.mapbox.com/ios/navigation/guides/get-started/install/#configure-credentials) on mapbox.com for details.
1919

0 commit comments

Comments
 (0)