Skip to content

Commit 40cb762

Browse files
committed
Further refine language of VC-API README.
1 parent a7ebf75 commit 40cb762

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010

1111
## Background
1212
The library exports normative suites for Data Integrity:
13-
- `checkDataIntegrityProofFormat` checks the proofs of VCs issued with a specific suite.
13+
- `checkDataIntegrityProofFormat` checks the proofs of VCs issued with a Data Integrity Suite.
1414
- `checkDataIntegrityProofVerifyErrors` checks conformant verifiers for support of a Data Integrity Suite.
1515

16-
The suites test normative statements found in the [Verifiable Credential Data Integrity 1.0 specification.](https://w3c.github.io/vc-data-integrity/)
1716
These functions create mocha suites intended to work with the [mocha-w3c-interop-reporter](https://www.npmjs.com/package/@digitalbazaar/mocha-w3c-interop-reporter)
17+
The suites test normative statements found in the [Verifiable Credential Data Integrity 1.0 specification.](https://w3c.github.io/vc-data-integrity/)
1818

1919
## Install
2020

@@ -161,7 +161,7 @@ This suite requires that an implementer have implemented at least 2 routes for a
161161
2. POST [/credentials/verify](https://w3c-ccg.github.io/vc-api/#verify-credential) in verifiers
162162
3. POST [/presentations/verify](https://w3c-ccg.github.io/vc-api/#verify-presentation) in vpVerifiers
163163

164-
Additionally, endpoints should conform to [VC-API Error Handling](https://w3c-ccg.github.io/vc-api/#error-handling)
165-
When handling errors, errors should conform to [Data Integrity Processing Errors](https://w3c.github.io/vc-data-integrity/#processing-errors)
164+
Endpoints should conform to [VC-API Error Handling](https://w3c-ccg.github.io/vc-api/#error-handling).
165+
Errors should conform to [Data Integrity Processing Errors](https://w3c.github.io/vc-data-integrity/#processing-errors)
166166

167167
See the [VC Test Suite Implementations README](https://github.com/w3c/vc-test-suite-implementations) for more details on endpoints.

0 commit comments

Comments
 (0)