fixed example of downloading file command

This commit is contained in:
José Ney Guerrero 2014-12-07 13:56:08 -06:00
parent f60b0ef80c
commit 398f8e6531

View file

@ -134,7 +134,7 @@ include "includes/head.html"
<br> <br>
<br> <br>
<span class="code-title"># Download the file</span> <span class="code-title"># Download the file</span>
<br>$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt <br>$ curl https://transfer.sh/hello.txt -o hello.txt
</code> </code>
</div> </div>
</div> </div>