Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paulkitt authored Aug 26, 2021
1 parent a8aaaa3 commit a72bce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit a72bce9

Please sign in to comment.