Merge branch 'master' of github.com:dutchcoders/transfer.sh

Conflicts:
	transfersh-web/index.html
This commit is contained in:
Remco 2014-12-08 14:16:31 +01:00
commit 28b68b4d90

View file

@ -131,10 +131,10 @@ include "includes/head.html"
<code>
<span class="code-title"># Uploading is easy using curl</span>
<br>$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt
<br>
<br>https://transfer.sh/66nb8/hello.txt
<br>
<span class="code-title"># Download the file</span>
<br>$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt
<br>$ curl https://transfer.sh/66nb8/hello.txt -o hello.txt
</code>
</div>
</div>