Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
  • Loading branch information
decentralgabe and TallTed authored Aug 6, 2024
1 parent 3288727 commit 15d52e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h1>Basic Example</h1>
}
</pre>
</pre>
<pre class="example nohighlight vc" data-vc-tabs="jose sd-jwt cose" title="An EnvelopedVerifiableCredential Verifiable Presentation example">
<pre class="example nohighlight vc" data-vc-tabs="jose sd-jwt cose" title="An example Verifiable Presentation with an EnvelopedVerifiableCredential">
{
<span class='comment'>// set the context, which establishes the special terms we will be using.</span>
"@context": [
Expand Down Expand Up @@ -115,7 +115,7 @@ <h1>Basic Example</h1>
]
}
</pre>
<pre class="example nohighlight vc" data-vc-tabs="jose sd-jwt cose" title="An EnvelopedVerifiablePresentation Verifiable Presentation example">
<pre class="example nohighlight vc" data-vc-tabs="jose sd-jwt cose" title="An example Verifiable Presentation with an EnvelopedVerifiablePresentation">
{
<span class='comment'>// set the context, which establishes the special terms we will be using.</span>
"@context": [
Expand Down

0 comments on commit 15d52e3

Please sign in to comment.