Skip to content

Commit 40d22fa

Browse files
committed
2
1 parent c0ea6ae commit 40d22fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

static/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ <h1>Transit.sh</h1>
2525
<p>Direct file transfer with your terminal. No subscription, no storage, no additional tool needed.</p>
2626
<pre><b># Send</b>
2727
curl -v -T <var>&lt;file&gt;</var> https://transit.sh/<code style="color:#fbfbaa">&lt;some-string&gt;</code>/
28-
# Wait for <i>'We are completely uploaded and fine'</i> before next step.</pre>
28+
29+
<i>Wait for "We are completely uploaded and fine" before next step.</i></pre>
2930
<pre><b># Receive</b>
3031
curl -JLO https://transit.sh/<code style="color:#fbfbaa">&lt;some-string&gt;</code>/</pre>
3132
<pre><b># Example</b>

0 commit comments

Comments
 (0)