diff --git a/examples/exanic/README.txt b/examples/exanic/README.txt index cc8f0a1..649aba5 100644 --- a/examples/exanic/README.txt +++ b/examples/exanic/README.txt @@ -6,11 +6,11 @@ libexanic interface. exanic-rx-frame.c ----------------- -Basic example of how to send a frame using the libexanic API. +Basic example of how to receive a frame using the libexanic API. exanic-tx-frame.c ----------------- -Basic example of how to receive a frame using the libexanic API. +Basic example of how to send a frame using the libexanic API. exanic-rx-chunk-inplace.c -------------------------