From 01a8b8da9b682dfac1bf83cc1cc3880eebd36a79 Mon Sep 17 00:00:00 2001 From: TheStarBoys <41286328+TheStarBoys@users.noreply.github.com> Date: Fri, 12 Nov 2021 17:50:11 +0800 Subject: [PATCH] chore: example docs for auto-relay with correct port --- examples/auto-relay/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/auto-relay/README.md b/examples/auto-relay/README.md index bad4f2b6..17ed5554 100644 --- a/examples/auto-relay/README.md +++ b/examples/auto-relay/README.md @@ -125,7 +125,7 @@ As you can see in the code, we need to provide the relay address, `relayAddr`, a You should now run the following to start the node running Auto Relay: ```sh -node listener.js /ip4/192.168.1.120/tcp/58941/ws/p2p/QmQKCBm87HQMbFqy14oqC85pMmnRrj6iD46ggM6reqNpsd +node listener.js /ip4/192.168.1.120/tcp/61592/ws/p2p/QmWDn2LY8nannvSWJzruUYoLZ4vV83vfCBwd8DipvdgQc3 ``` This should print out something similar to the following: @@ -173,7 +173,7 @@ console.log(`Connected to the auto relay node via ${conn.remoteAddr.toString()}` You should now run the following to start the relay node using the listen address from step 2: ```sh -node dialer.js /ip4/192.168.1.120/tcp/58941/ws/p2p/QmQKCBm87HQMbFqy14oqC85pMmnRrj6iD46ggM6reqNpsd +node dialer.js /ip4/192.168.1.120/tcp/61592/ws/p2p/QmWDn2LY8nannvSWJzruUYoLZ4vV83vfCBwd8DipvdgQc3 ``` Once you start your test node, it should print out something similar to the following: