diff --git a/transfersh-web/index.html b/transfersh-web/index.html index 4486037..64d4442 100644 --- a/transfersh-web/index.html +++ b/transfersh-web/index.html @@ -131,10 +131,10 @@ include "includes/head.html" # Uploading is easy using curl
$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt -
+
https://transfer.sh/66nb8/hello.txt
# Download the file -
$ curl https://transfer.sh/hello.txt -o hello.txt +
$ curl https://transfer.sh/66nb8/hello.txt -o hello.txt