Skip to content

Commit ad99056

Browse files
committed
chore(docs): fix markdown
1 parent 2cc67e1 commit ad99056

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rust/signed_doc/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,16 @@ Catalyst signed document crate implementation based on this
1313
openssl genpkey -algorithm=ED25519 -out=private.pem -outpubkey=public.pem
1414
```
1515

16-
### Prepare non-signed document,
16+
### Prepare non-signed document
17+
1718
`meta.json` file should follow the [`meta.schema.json`](./meta.schema.json).
1819

1920
```shell
2021
cargo run -p catalyst-signed-doc --example mk_signed_doc build signed_doc/doc.json signed_doc/doc.cose signed_doc/meta.json
2122
```
2223

2324
### Sign document
25+
2426
`KID` is a valid Catalyst ID URI.
2527

2628
```shell

0 commit comments

Comments
 (0)