Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: interpret the zenoh config in json5
Browse files Browse the repository at this point in the history
YuanYuYuan committed Jan 7, 2025

Verified

This commit was signed with the committer’s verified signature.
YuanYuYuan Yuyuan Yuan
1 parent 2429bf2 commit 4f08740
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
@@ -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"],

0 comments on commit 4f08740

Please sign in to comment.