Fix example path to x_plane_data include directory.
[erlang-x-plane-data.git] / README.md
index 9c4654d..91089e6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -55,8 +55,8 @@ interpreting the values have been made:
 #### Named
 
 Here we identify what each of the numbered groups mean in a given X-Plane
-version. Right now only X-Plane 10 is supported and I only identified 3 groups
-so far:
+version. Right now only X-Plane 10 (packet index 64) is supported and I only
+identified 3 groups so far:
 
 | packet index | group index | group name           |
 |--------------|-------------|----------------------|
@@ -75,9 +75,9 @@ a filter), so you'll have to access their raw version, if needed.
 
 ##### Access
 ```erlang
--include_lib("x_plane_data_group_lat_lon_alt.hrl").
--include_lib("x_plane_data_group_pitch_roll_heading.hrl").
--include_lib("x_plane_data_group_speeds.hrl").
+-include_lib("x_plane_data/include/x_plane_data_group_lat_lon_alt.hrl").
+-include_lib("x_plane_data/include/x_plane_data_group_pitch_roll_heading.hrl").
+-include_lib("x_plane_data/include/x_plane_data_group_speeds.hrl").
 
 ...
 
This page took 0.031078 seconds and 4 git commands to generate.