From 6ed2610204b616ba9d1a7c70ff7c5c7c3f4c8499 Mon Sep 17 00:00:00 2001 From: Luke Hinds <7058938+lukehinds@users.noreply.github.com> Date: Tue, 6 Oct 2020 16:13:29 +0100 Subject: [PATCH] Fix markdown (#25) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99f0b8d..791fd48 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,9 @@ The `get` command performs an inclusion proof request to the transparency log. Attributes such as the files merkle hash, signed tree root hash are used to cryptographically verify proof of entry. -## Performs a consistency proof against the tree between the last seen time and now +## Update consistency proof + +Get a consistency proof against the tree between the last seen time and now This command can be used to monitor the tree for updates, it creates a track file in `$HOME/.rekor/rekor.json` -- GitLab