From 7d9d73dec68dd80a65b7c856f50988a1f5006ea7 Mon Sep 17 00:00:00 2001 From: Michael Ilyin Date: Fri, 13 Dec 2024 01:52:53 +0100 Subject: [PATCH] readme update --- zenoh-ts/examples/chat/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zenoh-ts/examples/chat/README.md b/zenoh-ts/examples/chat/README.md index 859d5ea..873012d 100644 --- a/zenoh-ts/examples/chat/README.md +++ b/zenoh-ts/examples/chat/README.md @@ -16,6 +16,8 @@ To start the example follow these steps: yarn start ``` +4. Open second browser window on the same address, connect to server and test the chat + The example uses "importmap" approach to run the project. This means that the javascript code is loaded by browser directly, without additional bundling. This is done purposedly to verify that the zenoh-ts library is ready to be used in browser without additional tooling.