diff --git a/decentralised-identity/credentials/types/README.md b/decentralised-identity/credentials/types/README.md
index a4e1961..33aa0f2 100644
--- a/decentralised-identity/credentials/types/README.md
+++ b/decentralised-identity/credentials/types/README.md
@@ -8,5 +8,5 @@ description: What are the different types of Verifiable Credential?
There are multiple types of Verifiable Credentials, each with their own set of benefits and features:
-
| |
---|
JSON (JWT) | W3C standard for representing data in a plain JSON format with a JWT proof. |
JSON-LD | W3C standard for representing data in a plain JSON format with a Data Integrity proof. |
SD-JWT | Extension of JSON based JWT with ability for selectively disclosed attributes. |
AnonCreds (ZKCreds) | Hyperledger-championed format with capabilities for zero-knowledge proofs and selective disclousre. |
+ | |
---|
JSON (JWT) | W3C standard for representing data in a plain JSON format with a JWT proof. |
JSON-LD | W3C standard for representing data in a plain JSON format with a Data Integrity proof. |
SD-JWT | Extension of JSON based JWT with ability for selectively disclosed attributes. |
AnonCreds (ZKCreds) | Hyperledger-championed format with capabilities for zero-knowledge proofs and selective disclosure. |