From a155abe72f470cf6652bcbf2711715cbffd4c05d Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Tue, 16 Dec 2025 15:24:36 -0800 Subject: [PATCH] Update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 80d333a..2235a88 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is the technical proof of a modular e2ee chat protocol using Waku. You can find discussion and details [here](https://github.com/waku-org/specs/pull/73) See [EchoBot](./examples/bot_echo.nim) for a minimal client side usage example. - +See [Client](./src/chat/client.nim) for the main entry point to the SDK ## Quick Start @@ -17,8 +17,8 @@ make all # Run tests make tests -# Run the Text Interface -./build/tui --name= +# Run an example of two clients communicating +./build/pingpong ``` ## Details