From 2da7fa22adad6f863efd8d8e6058f9ae65a918c5 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Thu, 2 May 2019 13:40:14 -0700 Subject: [PATCH] minor --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ada90b3f..6482d483 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Status"> `croc` is a tool that allows any two computers to simply and securely transfer files and folders. AFAIK, this is the only CLI file-transfer tool that: -- enables **cross-platform** transferes (Windows, Linux, Mac) +- enables **cross-platform** transfers (Windows, Linux, Mac) - enables secure **peer-to-peer** transferring (through a relay) - allows **multiple file** transfers - allows **resuming transfers** that are interrupted @@ -77,13 +77,13 @@ You can pipe to `croc`: $ cat [filename] | croc send ``` -In this case `croc` will automatically use the stdin data and send and assign a filename like "croc-stdin-123456789". To receive to stdout at you can always just use the `--yes` and `--stdout` flags which will automatically approve the transfer and pipe it out to stdout. +In this case `croc` will automatically use the stdin data and send and assign a filename like "croc-stdin-123456789". To receive to `stdout` at you can always just use the `--yes` and `--stdout` flags which will automatically approve the transfer and pipe it out to `stdout`. ``` $ croc --yes --stdout [code-phrase] > out ``` -All of the other text printed to the console is going to `stderr` so it will not interfere with the message going to stdout. +All of the other text printed to the console is going to `stderr` so it will not interfere with the message going to `stdout`. ### Self-host relay