From: Siraaj Khandkar Date: Wed, 7 Oct 2015 20:38:20 +0000 (-0400) Subject: Fix example path to x_plane_data include directory. X-Git-Url: https://git.xandkar.net/?p=erlang-x-plane-data.git;a=commitdiff_plain;h=c80f9c88992a1df04203d3022016d67bd83b8b9f Fix example path to x_plane_data include directory. --- 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"). ...