diff options
author | Linus Nordberg <linus@nordberg.se> | 2021-09-13 12:41:31 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2021-09-13 12:41:31 +0200 |
commit | c477e4416db78649a54af396e9f68264a8105879 (patch) | |
tree | 22be3d54c430fe6fef18d0b793c0dd59a137e172 | |
parent | 0ebf4fd0de418c1d70f54a6a59bcae994683b729 (diff) |
don't use 'X' for different things in the same paragraph
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,9 +7,9 @@ _certificates_ keeps the overall design simple and generally useful. ✔ Centralised log operations but distributed trust assumptions\ ✔ Discoverability of statements for data of your choice -A minimal statement encodes the following claim: the right data has cryptographic hash -X. You can add additional meaning to each statement. For example, you may use -a sigsum log to claim that +A minimal statement encodes the following claim: the right data has a +certain cryptographic hash. You can add additional meaning to each +statement. For example, you may use a sigsum log to claim that - everyone gets the same news articles, - software package X builds reproducibly, or |