Skip to content

Commit

Permalink
Update packages/connector/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Maksym <[email protected]>
  • Loading branch information
lukachi and ardier16 authored Feb 7, 2024
1 parent ad0e567 commit a0e7602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/connector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@ await connector.removeCredentials({
```

where:
- **claimIds**: list of claim ids to remove, e. g. `ClaimOffer.body.credentials[...].id`
- **credentialIds**: list of claim ids to remove, e. g. `W3CCredential.id`
- **claimIds**: list of claim IDs to remove, e.g. `ClaimOffer.body.credentials[...].id`
- **credentialIds**: list of credential IDs to remove, e.g. `W3CCredential.id`

### Send proof to custom verifier contract
```javascript
Expand Down

0 comments on commit a0e7602

Please sign in to comment.