From 927484a71ff6cf1c1e5b5579bc61a2d31f4aaf21 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Fri, 22 Feb 2019 21:53:29 -0800 Subject: [PATCH] Update README.md --- ws/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ws/README.md b/ws/README.md index 8182f7bd..479b1f9c 100644 --- a/ws/README.md +++ b/ws/README.md @@ -1,10 +1,10 @@ ``` +# Start transfer server, which is just a broadcast server at this point +./ws transfer # running on port 8080. + # Start receiver first ./ws receive ws://localhost:8080 -# Sender +# Then send a file. File will be received and written to disk by the receiver process ./ws send ws://localhost:8080 /file/to/path - -# Server -./ws transfer # running on port 8080. ```