From a72bce90f33d35700dadb90e2398e03c9bfee084 Mon Sep 17 00:00:00 2001 From: Paul Kitt <5983054+paulkitt@users.noreply.github.com> Date: Thu, 26 Aug 2021 15:37:27 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a4846da..42294533 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ Client configuration and preferences are stored at ~/.plikrc or /etc/plik/plikrc ```bash curl --form 'file=@/path/to/file' http://127.0.0.1:8080 ``` -When Authentication is used and NoAnonymousUploads are disabled you can add: +When Authentication is used and NoAnonymousUploads are enabled you can quick upload using user tokens: ```bash curl --form 'file=@/path/to/file' --header 'X-PlikToken: xxxx-xxx-xxxx-xxxxx-xxxxxxxx' http://127.0.0.1:8080 ```