Skip to content

Commit 01a8b8d

Browse files
authoredNov 12, 2021
chore: example docs for auto-relay with correct port
1 parent 77d7cb8 commit 01a8b8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎examples/auto-relay/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ As you can see in the code, we need to provide the relay address, `relayAddr`, a
125125
You should now run the following to start the node running Auto Relay:
126126

127127
```sh
128-
node listener.js /ip4/192.168.1.120/tcp/58941/ws/p2p/QmQKCBm87HQMbFqy14oqC85pMmnRrj6iD46ggM6reqNpsd
128+
node listener.js /ip4/192.168.1.120/tcp/61592/ws/p2p/QmWDn2LY8nannvSWJzruUYoLZ4vV83vfCBwd8DipvdgQc3
129129
```
130130

131131
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()}`
173173
You should now run the following to start the relay node using the listen address from step 2:
174174

175175
```sh
176-
node dialer.js /ip4/192.168.1.120/tcp/58941/ws/p2p/QmQKCBm87HQMbFqy14oqC85pMmnRrj6iD46ggM6reqNpsd
176+
node dialer.js /ip4/192.168.1.120/tcp/61592/ws/p2p/QmWDn2LY8nannvSWJzruUYoLZ4vV83vfCBwd8DipvdgQc3
177177
```
178178

179179
Once you start your test node, it should print out something similar to the following:

0 commit comments

Comments
 (0)
Please sign in to comment.