Skip to content

Commit 9c0f700

Browse files
BigBlueHatPatStLouisTallTed
committed
Improve language/links based on review.
Co-authored-by: Patrick St-Louis <[email protected]> Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent 0c3df5b commit 9c0f700

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ specification.
1313

1414
<!-- TOC tocDepth:2..3 -->
1515

16-
- [Table of Contents](#table-of-contents)
1716
- [Background](#background)
1817
- [Install](#install)
1918
- [Setup](#setup)
@@ -50,7 +49,7 @@ compatible with the VC-API, it is possible to "wrap" the implementation in a
5049
minimal VC-API implementation (example code is available at
5150
<https://github.com/Wind4Greg/Server-for-VCs>).
5251

53-
Additionally, verifier implementations will need to be able to verify Verifiable Credentials
52+
Additionally, verifier implementations will need to be able to process Verifiable Credentials
5453
and Verifiable Presentations signed with `eddsa-rdfc-2022`. We recommend
5554
that any issuer endpoints used with this test suite also issue using
5655
`eddsa-rdfc-2022`. Both signed and unsigned Verifiable Presentations will
@@ -366,11 +365,11 @@ look like the following:
366365
}
367366
```
368367
369-
This example above is for a set of unauthenticated endpoints. You may add
368+
The example above is for a set of unauthenticated endpoints. You may add
370369
[ZCAP](https://w3c-ccg.github.io/zcap-spec/)
371-
or OAuth2 authentication to your endpoints.
370+
or [OAuth2 authentication](https://oauth.net/2/client-authentication/) to your endpoints.
372371
373-
See the
372+
See
374373
[Adding a new implementation](https://github.com/w3c/vc-test-suite-implementations/tree/main?tab=readme-ov-file#adding-a-new-implementation)
375374
for more information.
376375

0 commit comments

Comments
 (0)