diff options
Diffstat (limited to 'wk.fo/body.html')
| -rw-r--r-- | wk.fo/body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wk.fo/body.html b/wk.fo/body.html index ac05efb..f945d54 100644 --- a/wk.fo/body.html +++ b/wk.fo/body.html @@ -1,7 +1,7 @@ <p>File sharing, IRC, VPN, and tools for friends. Invite required for most services.</p> <h2>file sharing</h2> <p>Upload via the <a href="/upload">web form</a> or curl (token required):</p> -<pre><code>curl -F "file=@photo.jpg" -H "Authorization: Bearer YOUR_TOKEN" https://wk.fo/</code></pre> +<pre><code>curl -F "file=@photo.jpg" -H "Authorization: YOUR_TOKEN" https://wk.fo/</code></pre> <p>Files expire after 24 hours by default (max 48h with <code>expires</code> param). Max 256 MB.</p> <h2>irc</h2> <p><a href="/chat">web client</a> — requires a soju account. Or connect directly:</p> |
