From 0f009cc86108d476168dfd57aabc5e76174e1571 Mon Sep 17 00:00:00 2001 From: JustAnotherArchivist Date: Fri, 1 Apr 2022 23:51:54 +0000 Subject: [PATCH] Fix missing line breaks in example leading to confusion --- src/index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/index.html b/src/index.html index 4382c89..28ef054 100644 --- a/src/index.html +++ b/src/index.html @@ -43,11 +43,13 @@ include "includes/navigation.html"
# Upload using cURL - $ curl --upload-file ./hello.txt {{.WebAddress}}hello.txt {{.WebAddress}}{{.SampleToken}}/hello.txt + $ curl --upload-file ./hello.txt {{.WebAddress}}hello.txt + {{.WebAddress}}{{.SampleToken}}/hello.txt # Using the shell function $ transfer hello.txt - ##################################################### 100.0% {{.WebAddress}}{{.SampleToken2}}/hello.txt + ##################################################### 100.0% + {{.WebAddress}}{{.SampleToken2}}/hello.txt