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.