From ec76a1394c08d7c02c941e6e5b47f4870e52ba4a Mon Sep 17 00:00:00 2001 From: anduck Date: Mon, 27 Jul 2015 22:45:34 +0300 Subject: [PATCH] changed input and output vice versa --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 4c84921..c877fb2 100644 --- a/README.rst +++ b/README.rst @@ -152,11 +152,11 @@ Prepare the sender (generate a random binary data file to be sent):: Start the receiver (will wait for the sender to start):: - ~/receiver $ amodem recv -vv -i data.rx + ~/receiver $ amodem recv -vv -o data.rx Start the sender (will modulate the data and start the transmission):: - ~/sender $ amodem send -vv -o data.tx + ~/sender $ amodem send -vv -i data.tx A similar log should be emitted by the sender::