diff --git a/examples/README.md b/examples/README.md index f755ecdbd9..94e2e5626c 100644 --- a/examples/README.md +++ b/examples/README.md @@ -20,6 +20,7 @@ cargo run --example getting_started The following examples are avaliable for using the basic account (A high level API): +| # | Name | Information | | :--: | :----------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------- | | 1 | [getting_started](./getting_started.rs) | Introductory example for you to test whether the library is set up / working properly and compiles. | | 2 | [account_basic](./account/basic.rs) | A basic example that generates and publishes a DID Document, the fundamental building block for decentralized identity. | @@ -40,4 +41,4 @@ The following examples are avaliable for using the low-level APIs, which provide | 4 | [low_verifiable_presentation](./low-level-api/verifiable_presentation.rs) | This example explains how to create a Verifiable Presentation from a set of credentials and sign it. | | 5 | [low_resolution](./low-level-api/resolution.rs) | A basic example that generates a DID Document, publishes it to the Tangle, and retrieves information through DID Document resolution/dereferencing. | | 6 | [low_diff_chain](./low-level-api/diff_chain.rs) | An example that utilizes a diff and integration chain to publish updates to a DID Document. | -| 7 | [low_merkle_key](./low-level-api/merkle_key.rs) | An example that revokes a key and shows how verification fails as a consequence. | \ No newline at end of file +| 7 | [low_merkle_key](./low-level-api/merkle_key.rs) | An example that revokes a key and shows how verification fails as a consequence. |