Skip to content

Commit

Permalink
Small update to the verify example
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com>
  • Loading branch information
christoph-jerolimov authored and vlsi committed Jun 16, 2023
1 parent cc66d81 commit cebfb76
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 @@ -87,10 +87,10 @@ try {
.keylessSignature(keylessSignature)
.verificationOptions(verificationOptions)
.build());
// verification passed!
} catch (KeylessVerificationException e) {
// verification failed
}
// verification passed!
```

### Exploring the API
Expand Down

0 comments on commit cebfb76

Please sign in to comment.