From e91afe29d84bccbdf0ca652caf67c34897684347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Tue, 11 Mar 2025 17:32:17 +0100 Subject: [PATCH] Update SPEC.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Muré --- pkg/container/SPEC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/container/SPEC.md b/pkg/container/SPEC.md index 7cd6d5d..b0b971c 100644 --- a/pkg/container/SPEC.md +++ b/pkg/container/SPEC.md @@ -54,7 +54,7 @@ The following base encoding combinations are REQUIRED to be supported: - base64, standard alphabet, padding - base64, URL alphabet, no padding -The CBOR bytes MUST be prepended by a single byte header to indicate the selection combination of base encoding and compression. This header value MUST be set according to the following table: +The CBOR bytes MUST be prepended by a single byte header to indicate the selected combination of base encoding and compression. This header value MUST be set according to the following table: | Header as hex | Header as ASCII | Base encoding | Compression | |---------------|-----------------|-------------------------|----------------|