From 950bef849742f415e3c4a3dc774c5e7cf739b10f Mon Sep 17 00:00:00 2001 From: HoLyVieR Date: Mon, 10 Jul 2017 19:44:15 -0400 Subject: [PATCH] Better formatting --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7d4fc64..eb20b02 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,18 @@ The client script requires ["dnspython"](https://github.com/rthalley/dnspython) #### Example sending data -> Outside machine : echo test12345 | python main.py -f- -d out -t- +Outside machine +> echo test12345 | python main.py -f- -d out -t- -> Inside machine : python main.py -f- -d in -t TOKEN_THE_FIRST_COMMAND_GAVE_YOU +Inside machine +> python main.py -f- -d in -t TOKEN_THE_FIRST_COMMAND_GAVE_YOU #### Example receiving data -> Outside machine : python main.py -f- -d in -t- +Outside machine +> python main.py -f- -d in -t- -> Inside machine : echo test12345 | python main.py -f- -d out -t TOKEN_THE_FIRST_COMMAND_GAVE_YOU +Inside machine +> echo test12345 | python main.py -f- -d out -t TOKEN_THE_FIRST_COMMAND_GAVE_YOU