From 7c8ae7cd09a4a676e2c2800f5eb15cf43d76faf5 Mon Sep 17 00:00:00 2001 From: phzi Date: Sun, 6 Oct 2024 00:15:10 -0700 Subject: [PATCH] Update README.md Fix digest parameter in example. Should be -d, not -H. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa34df1..6654bc3 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ The timestamp proof 'README.md.ots' has been created! Create timestamp proof file from the `sha256` hash, equals to `03ba204e50d126e4674c005e04d82e84c21366780af1f43bd54a37816b6ab340`, with the aid of a remote calendar. ```shell -$ java -jar target/OtsCli.jar -H 03ba204e50d126e4674c005e04d82e84c21366780af1f43bd54a37816b6ab340 -a sha256 stamp +$ java -jar target/OtsCli.jar -d 03ba204e50d126e4674c005e04d82e84c21366780af1f43bd54a37816b6ab340 -a sha256 stamp INFO: Submitting to remote calendar https://alice.btc.calendar.opentimestamps.org INFO: Submitting to remote calendar https://bob.btc.calendar.opentimestamps.org INFO: Submitting to remote calendar https://finney.calendar.eternitywall.com