Skip to content

Commit

Permalink
docs: interpret the zenoh config in json5 (#392) (#394)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0ef1d11)

Co-authored-by: Yuyuan Yuan <az6980522@gmail.com>
  • Loading branch information
mergify[bot] and YuanYuYuan authored Jan 7, 2025
1 parent cf6c638 commit fdb2a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit fdb2a9d

Please sign in to comment.