Skip to content

Commit

Permalink
Fix incorrect MIME Type usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Apr 21, 2020
1 parent 28b4eb4 commit 4f1c79c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2057,8 +2057,9 @@ <h2>
</h2>

<p>
When producing and consuming DID documents that are in plain JSON (as indicated by
a <code>content-type</code> of <code>application/json+did</code> in the resolver metadata), the following rules MUST be followed.
When producing and consuming DID documents that are in plain JSON (as indicated
by a <code>content-type</code> of <code>application/did+json</code> in the
resolver metadata), the following rules MUST be followed.
</p>

<section>
Expand Down Expand Up @@ -2200,7 +2201,8 @@ <h2>

<p>
When producing and consuming DID documents that are in JSON-LD (as indicated by
a <code>content-type</code> of <code>application/jsonld+did</code> in the resolver metadata), the following rules MUST be followed.
a <code>content-type</code> of <code>application/did+ld+json</code> in the
resolver metadata), the following rules MUST be followed.
</p>

<ul>
Expand Down

0 comments on commit 4f1c79c

Please sign in to comment.