Skip to content

Commit 7fd98eb

Browse files
committed
Replaces 'or' with 'and'.
1 parent cbe133d commit 7fd98eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ JAVA 7 when working with this project.
4545
+ `<team_id>` and `<team_secret>`: a numeric id for your team, and a secret
4646
code, which are used to authenticate your server with the Relay server.
4747
You can specify any integer value for `<team_id>`, and a value expressed
48-
in hexadecimal format (using numbers `0-9` or letters in the range `A-F`)
49-
for `<team_secret>` when you launch the server in your local setup since
50-
it will not connect to the Relay server.
48+
in hexadecimal format (using numbers `0-9` and letters in the range
49+
`A-F`) for `<team_secret>` when you launch the server in your local setup
50+
since it will not connect to the Relay server.
5151
+ `<port>`: the TCP port that your Server will listen on for connections
5252
from the Client. You can use any value between 1024 and 65535, as long as
5353
there is no other service currently listening on that port in your

0 commit comments

Comments
 (0)