From 078298e90fb669b3c1b22a9c841e5af6fc11b4a5 Mon Sep 17 00:00:00 2001 From: Vitor Micillo Date: Fri, 20 Oct 2023 22:38:10 +0100 Subject: [PATCH] Update README.md Included examples to use --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0ba5578..a00de9d 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,18 @@ Easily setup server and client for multiple protocols. ```shell $ NetAssist + +# Example of use +$ NetAssist server tcp 0.0.0.0:5678 ``` ### Send data as bytes in TCP ```shell $ NetAssist --binary + +# Example of use +$ NetAssist server tcp 0.0.0.0:5678 --binary ``` Above will send data as bytes, remove `--binary` to send as string.