X-Git-Url: https://git.xandkar.net/?p=erlang-x-plane-data.git;a=blobdiff_plain;f=README.md;fp=README.md;h=91089e67530db16326e5d21c1181226177f7b6ae;hp=450fa21e49eac645c2bd6f2b2a46e7dd5ef63eda;hb=c80f9c88992a1df04203d3022016d67bd83b8b9f;hpb=3f512f37fb9988bf5b042d67c6dc7706ede7da11 diff --git a/README.md b/README.md index 450fa21..91089e6 100644 --- a/README.md +++ b/README.md @@ -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"). ...