Skip to content

Commit f627dc5

Browse files
BigBlueHataljones15
authored andcommitted
Fix README Table of Contents.
And improve the code fencing a bit.
1 parent 8844753 commit f627dc5

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,27 @@
22

33
## Table of Contents
44

5-
- [Ed25519Signature2020 Cryptosuite Test Suite](#ed25519signature2020-cryptosuite-test-suite)
6-
- [Table of Contents](#table-of-contents)
7-
- [Background](#background)
8-
- [Install](#install)
9-
- [Usage](#usage)
10-
- [Implementation](#implementation)
11-
- [Docker Integration (TODO)](#docker-integration-todo)
12-
- [Contribute](#contribute)
13-
- [License](#license)
5+
- [Background](#background)
6+
- [Install](#install)
7+
- [Usage](#usage)
8+
- [Implementation](#implementation)
9+
- [Docker Integration (TODO)](#docker-integration-todo)
10+
- [Contribute](#contribute)
11+
- [License](#license)
1412

1513
## Background
1614
Provides interoperability tests for verifiable credential processors
1715
(issuers and verifiers) that support [Ed25519Signature2020](https://www.w3.org/TR/vc-di-eddsa/#the-ed25519signature2020-suite).
1816

1917
## Install
2018

21-
```js
19+
```sh
2220
npm i
2321
```
2422

2523
## Usage
2624

27-
```
25+
```sh
2826
npm test
2927
```
3028

@@ -46,7 +44,7 @@ All endpoints will need the tag `Ed25519Signature2020`.
4644

4745
A simplified manifest would look like this:
4846

49-
```js
47+
```json
5048
{
5149
"name": "My Company",
5250
"implementation": "My implementation",

0 commit comments

Comments
 (0)