From d28a2a940099481e7e3276d2de0be9331e724e51 Mon Sep 17 00:00:00 2001 From: Thomas Schoffelen Date: Tue, 2 Apr 2024 09:44:29 +0100 Subject: [PATCH] feat: sygic release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a698fb8..79fe5b7 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,7 @@ showLocation({ Notes: - The `sourceLatitude` / `sourceLongitude` options only work if you specify both. Currently supports all apps except Waze. -- `directionsMode` works on google-maps, apple-maps and sygic (on apple-maps, `bike` mode will not work, while on sygic, only `walk` and `car` will work). Without setting it, the app will decide based on his own settings. +- `directionsMode` works on google-maps, apple-maps and sygic (on apple-maps, `bike` mode will not work, while on sygic, only `walk` and `car` will work). Without setting it, the app will decide based on its own settings. - If you set `directionsMode` but do not set `sourceLatitude` and `sourceLongitude`, google-maps and apple-maps will still enter directions mode, and use the current location as starting point. -