From 2d8403c6437dea9d0efc7294f5ae203269f13e64 Mon Sep 17 00:00:00 2001 From: meteorlxy Date: Fri, 14 Jul 2023 18:35:23 +0800 Subject: [PATCH] docs: fix some minor errors --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f20cc7c..8819af0 100644 --- a/README.md +++ b/README.md @@ -230,15 +230,15 @@ showLocation({ cancelText: 'This is the cancel button text', // optional (default: 'Cancel') appsWhiteList: ['google-maps'], // optionally you can set which apps to show (default: will show all supported apps installed on device) naverCallerName: 'com.example.myapp', // to link into Naver Map You should provide your appname which is the bundle ID in iOS and applicationId in android. - // appTitles: { 'google-maps': 'My custom Google Maps title' }, // optionally you can override default app titles - // app: 'uber', // optionally specify specific app to use + appTitles: { 'google-maps': 'My custom Google Maps title' }, // optionally you can override default app titles + app: 'uber', // optionally specify specific app to use directionsMode: 'walk', // optional, accepted values are 'car', 'walk', 'public-transport' or 'bike' }); ``` Notes: -- The `sourceLatitude/sourceLongitude` options only work if you specify both. Currently supports all apps except Waze. +- The `sourceLatitude` / `sourceLongitude` options only work if you specify both. Currently supports all apps except Waze. - `directionsMode` works on google-maps and apple-maps (on the latter, `bike` mode will not work). Without setting it, the app will decide based on his own settings. ### Or @@ -303,6 +303,6 @@ const Demo = () => {
- Custom consulting sessions availabe for implementation support or feature development. + Custom consulting sessions available for implementation support or feature development.