From 6e71ba1c1c5f0869dd95673ac069ca7ae4a20f1d Mon Sep 17 00:00:00 2001 From: Arsen Musayelyan Date: Sat, 5 Dec 2020 00:27:50 -0800 Subject: [PATCH] Clarify readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7307e9..73a5860 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,10 @@ #### Sender - Use `opensend -s -t -d ` - `type` can either be `url` or `file` -- If the type is `url`, `data` should be a URL -- If the type is `file`, `data` should be a file path +- If `type` is `url`, `data` should be a URL +- If `type` is `file`, `data` should be a file path - Example: `opensend -s -t url -d "https://google.com"` +- Example: `opensend -s -t file -d ~/file.txt` ### Building - This project uses go modules, so building is easy