diff --git a/index.html b/index.html
index 3d85a92..7d95342 100644
--- a/index.html
+++ b/index.html
@@ -422,9 +422,11 @@
JOSE Header Parameters and JWT Claims
secured and semantics provided by the [[VC-DATA-MODEL-2.0]]. This means that while the security
features of this specification ensure data integrity and authenticity, they do
not dictate the interpretation of claim data.
-
- Implementers are RECOMMENDED to avoid conflicting values, especially with claims such as
- `issuer` with `iss`, `id` with `jti`, and `credentialSubject.id` with `sub`.
+
+
+ Implementers SHOULD avoid setting JWT claims to values that conflict with
+ verifiable credential properties, especially with pairs such as
+ `iss` and `issuer`, `jti` and `id`, and `sub` and `credentialSubject.id`.
The JWT Claim Names vc
and vp