Skip to content

Commit 1e04676

Browse files
author
Andrea Spacca
authored
Merge pull request #49 from JustAnotherArchivist/fix-example-line-breaks
Fix missing line breaks in example leading to confusion
2 parents 31e1192 + 0f009cc commit 1e04676

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,13 @@ <h2 class="page-title">
4343
</div>
4444
<div id="terminal" class="terminal">
4545
<code class="code-wrapper"><span class="code-title"># Upload using cURL</span>
46-
$ curl --upload-file ./hello.txt {{.WebAddress}}hello.txt {{.WebAddress}}{{.SampleToken}}/hello.txt
46+
$ curl --upload-file ./hello.txt {{.WebAddress}}hello.txt
47+
{{.WebAddress}}{{.SampleToken}}/hello.txt
4748

4849
<span class="code-title"># Using the shell function</span>
4950
$ transfer hello.txt
50-
##################################################### 100.0% {{.WebAddress}}{{.SampleToken2}}/hello.txt
51+
##################################################### 100.0%
52+
{{.WebAddress}}{{.SampleToken2}}/hello.txt
5153
</code>
5254
</div>
5355
<div id="web">

0 commit comments

Comments
 (0)