Skip to content

Commit

Permalink
chore: small doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Feb 2, 2024
1 parent 955441c commit 862b43c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/release-pex-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ is not effective. Keeping it aligned would still be beneficial though.

NOTE: The following changes need to be made manually currently in the Typescript packages. A template fix will follow
shortly
> vc+sd-jwt (currently encoded as vcsd_jwt). For TS this should be ['vc+sd-jwt']
> vc+sd-jwt (currently encoded as vcsd_jwt). For TS this should be vcsd_jwt -> ['vc+sd-jwt']
>
> sd-jwt_alg_values (currently encoded as sd_jwt_alg_values; this should be ['sd-jwt_alg_values']
> sd-jwt_alg_values (currently encoded as sd_jwt_alg_values; this should be sd_jwt_alg_values -> ['sd-jwt_alg_values']
>
> kb-jwt_alg_values (currently encoded as kb_jwt_alg_values) ['kb-jwt_alg_values']
> kb-jwt_alg_values (currently encoded as kb_jwt_alg_values) kb_jwt_alg_values -> ['kb-jwt_alg_values']
```
mvn clean
Expand Down

0 comments on commit 862b43c

Please sign in to comment.