Fix record label typo: lat_west -> lon_west
[erlang-x-plane-data.git] / README.md
index 16c0a3d..7cc34b8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ main(Port) ->
         , on_runwy  = OnRunwy
         , alt_ind   = AltInd
         , lat_south = LatSouth
-        , lat_west  = LatWest
+        , lon_west  = LatWest
         },
     } = hope_kv_list:get(XPlaneData, lat_lon_alt),
 
This page took 0.018035 seconds and 4 git commands to generate.