Skip to content

Commit

Permalink
Update packages/credentials/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Frank Hinek <[email protected]>
  • Loading branch information
nitro-neal and frankhinek authored Dec 13, 2023
1 parent a4e79e7 commit f67067b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/credentials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ This method validates whether an object is usable as a presentation submission o
- `presentationSubmission` The Presentation Submission to validate

```javascript
const valid = PresentationExchange.validateSubmission({presentationSubmission})
const valid = PresentationExchange.validateSubmission({ presentationSubmission })
```

### Validate Presentation
Expand Down

0 comments on commit f67067b

Please sign in to comment.