Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: Yogesh Deshpande <[email protected]>
  • Loading branch information
yogeshbdeshpande committed Mar 14, 2024
1 parent 7b34538 commit cd052b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheme/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Supporting a new attestation scheme requires defining how to provision
endorsements (if any) by implementing [`IEndorsementHandler`](../handler/iendorsementhandler.go),
how to process evidence tokens by implementing [`IEvidenceHandler`](../handler/ievidencehandler.go) and
defining the suitable store interface [`IStoreHandler`](../handler/istorehandler.go)
required by both `IEndorsementHandler` & `IEvidenceHandler`
required by both `IEndorsementHandler` & `IEvidenceHandler`.

Finally, an executable should be created that [registers](../handler/plugin.go)
and serves them.
Expand Down

0 comments on commit cd052b9

Please sign in to comment.