From 20d81afeab72aea73ab4b66c3a73a3587f798e36 Mon Sep 17 00:00:00 2001 From: Benjamin Young Date: Wed, 29 Nov 2023 09:30:59 -0500 Subject: [PATCH] Small text tweaks from @TallTed. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3e3252d..328550a 100644 --- a/README.md +++ b/README.md @@ -127,16 +127,16 @@ module.exports = [{ ``` ### Tags -Tags tell the test suites which tests your issuer, verifiers, and status lists -should be run on. +Tags tell the test suites which tests should be run on your issuer, verifier, +and status lists. * `vc-api` - This tag will run the [vc-api-issuer tests](https://github.com/w3c-ccg/vc-api-issuer-test-suite) on your issuer and the [vc-api-verifier tests](https://github.com/w3c-ccg/vc-api-verifier-test-suite) on your verifier. -* `Ed25519Signature2020` - This tag will run the [Ed25519 tests](https://github.com/w3c/vc-di-ed25519signature2020-test-suite) on either your issuer and/or verifier. +* `Ed25519Signature2020` - This tag will run the [Ed25519 tests](https://github.com/w3c/vc-di-ed25519signature2020-test-suite) on your issuer and/or verifier. * `StatusList2021` - This tag will run the [Status List 2021 tests](https://github.com/w3c-ccg/status-list-2021-test-suite) on your issuer and/or verifier. -* `did-key` - This tag will run the [DID Key Test Suite](https://github.com/w3c-ccg/did-key-test-suite) on your did resolver endpoint. +* `did-key` - This tag will run the [DID Key Test Suite](https://github.com/w3c-ccg/did-key-test-suite) on your DID resolver endpoint. * `ecdsa-rdfc-2019` or `ecdsa-sd-2023` - These tags will run the [VC Data Integrity ECDSA Test Suite](https://github.com/w3c/vc-di-ecdsa-test-suite)