diff --git a/packages/connector/README.md b/packages/connector/README.md index 16bed029..279f4efb 100644 --- a/packages/connector/README.md +++ b/packages/connector/README.md @@ -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