Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
expede committed Oct 17, 2023
1 parent bdf90c4 commit 42636c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ The Invocation Payload attaches sender, receiver, and provenance to the [Task].
## 4.1 Receipt (Envelope)
A `Receipt` is an attestation of the [Result Payload]. A Receipt MUST be signed by the [Executor] (including by [Execution Proxy]).
A `Receipt` is an attestation of the [Result Payload]. A Receipt MUST be signed by the [Executor] (including by [Proxy Execution]).
**NB: a Receipt does not guarantee correctness of the result!** The statement's veracity MUST be only understood as an attestation from the executor.
Expand Down Expand Up @@ -465,7 +465,7 @@ const delegation = {

const workerDelegation = {
iss: "did:web:example.com",
aud: "did:web:worker.not-example.net"
aud: "did:web:worker.not-example.net",
sub: "did:web:example.com",
can: "ucan/execute",
// ...
Expand Down

0 comments on commit 42636c3

Please sign in to comment.