From 50e1ad1e653186be9f2836cfa3256efb958bbed9 Mon Sep 17 00:00:00 2001 From: Imran Siddique Date: Sun, 28 Jun 2026 21:57:17 -0700 Subject: [PATCH] docs: normalize OPAQUE casing in README config comment Follow-up to #361: the prose pass left a brand mention inside a fenced config code block. Normalize the comment only; OPAQUE_ATTESTATION_URL and all code/config keys are unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f781081..c844396 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ from cmcp_gateway.config import TEEProvider # Explicit hardware selection # attestation.provider: sev-snp -# Opaque Managed Runtime (explicit opt-in only) +# OPAQUE Managed Runtime (explicit opt-in only) # OPAQUE_ATTESTATION_URL=https://... cmcp start --config cmcp-config.yaml ```