Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
thelastjosh authored Aug 7, 2023
1 parent 9836097 commit 312c5b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DAOIPs/daoip-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ The Attestation Issuers JSON-LD Schema
"@context": "<http://www.daostar.org/schemas>",
"type": "attestationIssuers",
"name": "Name of the DAO",
attestationIssuers: [
"attestationIssuers": [
{
"type": "AttestationIssuer",
"issuerURI": "<URI>" % this can link directly to whatever endpoints we have, so Govrn's DAOIP-3-compliant endpoint
"issuerURI": "<URI>"
},
{
"type": "AttestationIssuer",
"issuerURI": "<URI>" % REPUTABLE's DAOIP-3-compliant endpoint
"issuerURI": "<URI>"
}
]
}
Expand Down

0 comments on commit 312c5b7

Please sign in to comment.