From d53203e2764e4bc27e042db8203f73d08bcf052e Mon Sep 17 00:00:00 2001 From: Hendrik Eeckhaut Date: Mon, 8 Apr 2024 18:31:25 +0200 Subject: [PATCH] docs: List interative example in the examples README (#471) #451 --- tlsn/examples/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tlsn/examples/README.md b/tlsn/examples/README.md index 43fc7d59a..62e2640e4 100644 --- a/tlsn/examples/README.md +++ b/tlsn/examples/README.md @@ -3,6 +3,7 @@ This folder contains examples showing how to use the TLSNotary protocol. * [simple](./simple/README.md) shows how to perform a simple notarization. +* [interactive](./interactive/README.md) interactive Prover and Verifier, without a trusted notary. * [twitter](./twitter/README.md) shows how to notarize a Twitter DM. * [discord](./discord/README.md) shows how to notarize a Discord DM.