From 921aa4a8c9d0b90825b82c72f6cd9591dfca092b Mon Sep 17 00:00:00 2001 From: Francois Best Date: Thu, 4 Jul 2019 09:36:43 +0200 Subject: [PATCH] doc: Wording --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed3b817..a1b85c8 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ struct SetPinState }; // 2. Create a CommanderRX interface and -// list the commands it will work with: +// list the commands it will handle: SERDE_COMMANDER_CREATE_RX(CommanderRX, SayHello, SetPinState @@ -265,7 +265,7 @@ struct SetPinState }; // 2. Create a CommanderTX interface and -// list the commands it will work with: +// list the commands it may send: SERDE_COMMANDER_CREATE_TX(CommanderTX, SayHello, SetPinState