aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5ce38c3..1207d27 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ in /etc/naviconfig.ini
mapAccessToken sets Access token provided by Mapbox.
speed sets vehicle speed in km / h.
interval sets the screen update interval in milliseconds.
-latitude, longitute sets the current position at application start.
+latitude, longitude sets the current position at application start.
mapStyleUrls sets Mapbox style URLs.
example
@@ -37,7 +37,7 @@ example
"speed":60,
"interval":100,
"latitude":36.1363,
- "longitute":-115.151,
+ "longitude":-115.151,
"mapStyleUrls":"mapbox://styles/mapbox/dark-v9",
"enableOSM:false
}