summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2019-11-01 02:35:40 -0700
committerMatt Ranostay <matt.ranostay@konsulko.com>2019-11-01 02:35:57 -0700
commit5b72d500356924a830ac577e5324a5d3540a29c2 (patch)
treed10ac62e4de3f93cfec4e5b7e32be69fc721a7ea /README.md
parentd7d65ef59bd9e54787fdebebe39ea0d8e1155769 (diff)
tbtnavi: fix typo of longitude
Fixed typo of longitude (was longitute) in code and configuration. Bug-AGL: SPEC-2933 Change-Id: I2b49d8c7d8ff581c0c7caeff43e50c40d603c127 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
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 d953318..4b97102 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ Please set mapAccessToken, mapStyleUrl, speed, interval, latitude and longitude
- 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 /etc/naviconfig.ini
@@ -34,7 +34,7 @@ example
"speed":60,
"interval":100,
"latitude":36.1363,
- "longitute":-115.151,
+ "longitude":-115.151,
"mapStyleUrls":"mapbox://styles/mapbox/dark-v9"
}
```