Skip to content

Commit 60f6eff

Browse files
committed
Add periods to the end of sentences in bg and implementations.
1 parent 40cb762 commit 60f6eff

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ The library exports normative suites for Data Integrity:
1313
- `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-
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/)
16+
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

@@ -155,13 +155,13 @@ checkDataIntegrityProofVerifyErrors({
155155
```
156156

157157
## Implementations
158-
Implementations passed to this suite must implement the [VC-API](https://w3c-ccg.github.io/vc-api/)
158+
Implementations passed to this suite must implement the [VC-API](https://w3c-ccg.github.io/vc-api/).
159159
This suite requires that an implementer have implemented at least 2 routes for a Data Integrity Suite:
160-
1. POST [/credentials/issue](https://w3c-ccg.github.io/vc-api/#issue-credential) in issuers
161-
2. POST [/credentials/verify](https://w3c-ccg.github.io/vc-api/#verify-credential) in verifiers
162-
3. POST [/presentations/verify](https://w3c-ccg.github.io/vc-api/#verify-presentation) in vpVerifiers
160+
1. POST [/credentials/issue](https://w3c-ccg.github.io/vc-api/#issue-credential) in issuers.
161+
2. POST [/credentials/verify](https://w3c-ccg.github.io/vc-api/#verify-credential) in verifiers.
162+
3. POST [/presentations/verify](https://w3c-ccg.github.io/vc-api/#verify-presentation) in vpVerifiers.
163163

164164
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)
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)