Skip to content

Commit

Permalink
Fix typo Crednetial --> Credential in README.md (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
pochopsp authored Apr 18, 2024
1 parent 3e41cec commit f95d196
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,9 @@ The same stands for the **token endpoint** when (as specified in [section 6.2](h
`authorization_details`. In this case too library does not support authorization details that include `format` attribute.

### Credential Request
Current version of the library implements integrations with issuer's [Crednetial Endpoint](https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0-13.html#name-credential-endpoint),
[Batch Crednetial Endpoint](https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0-13.html#name-batch-credential-endpoint),
[Deferred Crednetial Endpoint](https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0-13.html#name-deferred-credential-endpoin) and
Current version of the library implements integrations with issuer's [Credential Endpoint](https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0-13.html#name-credential-endpoint),
[Batch Credential Endpoint](https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0-13.html#name-batch-credential-endpoint),
[Deferred Credential Endpoint](https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0-13.html#name-deferred-credential-endpoin) and
[Notification Endpoint](https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0-13.html#name-notification-endpoint).

#### Credential Format Profiles
Expand Down

0 comments on commit f95d196

Please sign in to comment.