Skip to content

Commit

Permalink
Fix example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Feb 9, 2024
1 parent 3cf4ec6 commit 75ccdfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class ExampleValidator
> {
return {
isValid: true,
clientProtocol: this.protocolIdentifier,
clientProtocol: payload.clientProtocol,
message: { foo: payload.untrustedData.foo },
};
}
Expand Down

0 comments on commit 75ccdfe

Please sign in to comment.