From b94f1667dba0325bfcc04c1d09364ab21292fa18 Mon Sep 17 00:00:00 2001 From: Arsen Musayelyan Date: Thu, 3 Dec 2020 10:58:38 +0000 Subject: [PATCH] Fix typos and add unordered lists --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index a1a3849..dde2fb3 100644 --- a/README.md +++ b/README.md @@ -8,19 +8,19 @@ of the receiver. This key is then saved to a file. Next, the shared AES key is u ### Usage #### Receiver -Use `opensend -r` to start the receiver +- Use `opensend -r` to start the receiver ### Sender -Use `opensend -s -t -d ` -Type can either by `url` or `file` -If the type is `url`, the data should be a URL -If the type is `file`, the data should be a file path +- Use `opensend -s -t -d ` +- Type can either be `url` or `file` +- If the type is `url`, the data should be a URL +- If the type is `file`, the data should be a file path ### Building -This project uses go modules, so building is easy -First, go 1.15+ must be installed -Then, run `go build` inside the project's directory. -This will get the dependencies and compile all the files. +- This project uses go modules, so building is easy +- First, go 1.15+ must be installed +- Then, run `go build` inside the project's directory. +- This will get the dependencies and compile all the files. ### Installing To install, simply follow the building instructions and then run