diff --git a/README.md b/README.md index ba5f18a..8f2ff73 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ ## TCP socket pair for easy and efficient file transfer -Single binary (~5.6 MB) containing both server and client. Originally made as an backend for [other project](https://github.com/einisto/leightbox). +Single binary containing both server and client. Originally made as an backend for [other project](https://github.com/einisto/leightbox).

+

@@ -24,7 +25,7 @@ cargo build --release If no options are specified the app starts as a server by default. It can be started as a client by defining a target address as shown below. -```shell +``` USAGE: fragilebyte [OPTIONS]