From 30285a48ae3578422035a93256075b6b17e4fe2b Mon Sep 17 00:00:00 2001 From: BigBlueHat Date: Fri, 16 Aug 2024 12:02:12 -0400 Subject: [PATCH] Using simpler sentence from code review. Co-authored-by: Ted Thibodeau Jr --- index.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index b109b8ee9..317bd44e7 100644 --- a/index.html +++ b/index.html @@ -542,10 +542,9 @@

Ecosystem Overview

specification. Specifically, the relevant normative "MUST" statements in Sections [[[#basic-concepts]]], [[[#advanced-concepts]]], and [[[#syntaxes]]] of this document MUST be enforced. -A conforming document MUST be either a [=verifiable credential=] with a -serialization identified by the `application/vc` media type or a -[=verifiable presentation=] with a serialization identified by -`application/vp`. A conforming document MUST be +A conforming document MUST be either a [=verifiable credential=] +with a media type of `application/vc` or a [=verifiable presentation=] +with a media type of `application/vp`. A conforming document MUST be secured by at least one securing mechanism as described in Section [[[#securing-mechanisms]]].