From 0ef1d11cfa09fb6d409706c48a8e471bb72fef68 Mon Sep 17 00:00:00 2001 From: Yuyuan Yuan Date: Tue, 7 Jan 2025 18:43:02 +0800 Subject: [PATCH] docs: interpret the zenoh config in json5 (#392) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68ef72d0..f9d883b1 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ To bridge communications across two hosts, the `Zenoh router` configuration for This is done by specifying an endpoint in host's `Zenoh router` configuration file to as seen below. In this example, the `Zenoh router` will connect to the `Zenoh router` running on a second host with IP address `192.168.1.1` and port `7447`. -```json +```json5 { connect: { endpoints: ["tcp/192.168.1.1:7447"],