From d89a4dd403942445e1262eabd34be88afa5f9685 Mon Sep 17 00:00:00 2001 From: shoito <37051+shoito@users.noreply.github.com> Date: Mon, 13 Nov 2023 14:23:13 +0900 Subject: [PATCH] docs: fix the markdown table syntax in did-comm readme (#1292) --- packages/did-comm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/did-comm/README.md b/packages/did-comm/README.md index ca992a5aa..dcb7b6e98 100644 --- a/packages/did-comm/README.md +++ b/packages/did-comm/README.md @@ -9,7 +9,7 @@ Veramo messaging plugin implementing DIDComm v2, as specified by the [DIDComm v2 Message Envelopes: | Envelope | Veramo 'packing' | IANA type (`typ`) | packDIDCommMessage | unpackDIDCommMessage | notes | -| -------- | ---------------- | ----------------- | ------------------ | -------------------- | | +| -------- | ---------------- | ----------------- | ------------------ | -------------------- | -------------------- | | plaintext | 'none' | `application/didcomm-plain+json` | [X] | [X] | | | signed(plaintext) | 'jws' | `application/didcomm-signed+json` | [X] | [X] | | | anoncrypt(plaintext) | 'anoncrypt' | `application/didcomm-encrypted+json` | [X] | [X] | |