From f627dc5d15f104c2bf3af317f211a96e0d94dfa5 Mon Sep 17 00:00:00 2001 From: Benjamin Young Date: Mon, 11 Mar 2024 11:52:57 -0400 Subject: [PATCH] Fix README Table of Contents. And improve the code fencing a bit. --- README.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 08fb7c7..c39ef3a 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,13 @@ ## Table of Contents -- [Ed25519Signature2020 Cryptosuite Test Suite](#ed25519signature2020-cryptosuite-test-suite) - - [Table of Contents](#table-of-contents) - - [Background](#background) - - [Install](#install) - - [Usage](#usage) - - [Implementation](#implementation) - - [Docker Integration (TODO)](#docker-integration-todo) - - [Contribute](#contribute) - - [License](#license) +- [Background](#background) +- [Install](#install) +- [Usage](#usage) +- [Implementation](#implementation) +- [Docker Integration (TODO)](#docker-integration-todo) +- [Contribute](#contribute) +- [License](#license) ## Background Provides interoperability tests for verifiable credential processors @@ -18,13 +16,13 @@ Provides interoperability tests for verifiable credential processors ## Install -```js +```sh npm i ``` ## Usage -``` +```sh npm test ``` @@ -46,7 +44,7 @@ All endpoints will need the tag `Ed25519Signature2020`. A simplified manifest would look like this: -```js +```json { "name": "My Company", "implementation": "My implementation",