]> Sergey Matveev's repositories - uploader.git/blobdiff - README
Unify copyright comment format
[uploader.git] / README
diff --git a/README b/README
index 4f2abcba60381b68b0c92b2cfba300426a469233..8c3a52951f71c6b156ffd144395c4919c1e9780f 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 Simplest HTTP form file uploader.
 
 It just saves uploaded file from HTML form to the new file on the disk.
-Also it calculates BLAKE2b-512 checksum, replying with it in the answer.
+Also it calculates BLAKE3-256 checksum, replying with it in the answer.
 
 You can upload files with curl:
 
@@ -11,7 +11,7 @@ You can upload files with curl:
 
 and verify integrity locally:
 
-    b2sum somedata.tar.gpg
+    b3sum somedata.tar.gpg
 
 You can enable mail notification with -notify-to and -notify-from options.
 It is advisable to run it under daemontools-like supervisor