Skip to content

Commit 5cbb15d

Browse files
readme
1 parent 26aa565 commit 5cbb15d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ if __name__ == "__main__":
5353

5454
re = Relay(
5555
port=3000, # this must be the same on your Relay and Endpoints
56-
password="VerySecurePassword", # this must be the same on Relay and Endpoints, AND be strong
57-
local_com_port=3001 # this needs to be non-overlapping if Relays/Endpoints live on the same machine
56+
password="VerySecurePassword", # must be the same on Relay and Endpoints, AND be strong
57+
local_com_port=3001 # needs to be non-overlapping if Relays/Endpoints are on the same machine
5858
)
5959

6060
# Create an Endpoint in group "producers" (arbitrary name)

0 commit comments

Comments
 (0)