From 156daa5a24ce29f31aeb52449846e4678f7c06e1 Mon Sep 17 00:00:00 2001 From: modem7 Date: Sun, 3 Oct 2021 02:56:17 +0100 Subject: [PATCH] Update README.md Edited capitalization of some sections to better follow the rest of the readme. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0037817..aad79c5 100644 --- a/README.md +++ b/README.md @@ -15,17 +15,17 @@ The service at transfersh.com is of unknown origin and reported as cloud malware $ curl --upload-file ./hello.txt https://transfer.sh/hello.txt ``` -### Encrypt & upload: +### Encrypt & Upload: ```bash $ cat /tmp/hello.txt|gpg -ac -o-|curl -X PUT --upload-file "-" https://transfer.sh/test.txt ```` -### Download & decrypt: +### Download & Decrypt: ```bash $ curl https://transfer.sh/1lDau/test.txt|gpg -o- > /tmp/hello.txt ``` -### Upload to virustotal: +### Upload to Virustotal: ```bash $ curl -X PUT --upload-file nhgbhhj https://transfer.sh/test.txt/virustotal ``` @@ -221,7 +221,7 @@ Contributions are welcome. **Stefan Benten** -## Copyright and license +## Copyright and License Code and documentation copyright 2011-2018 Remco Verhoef. Code and documentation copyright 2018-2020 Andrea Spacca.