Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn Fiedler <[email protected]>
  • Loading branch information
gafferongames authored Dec 29, 2023
1 parent 89c4f5f commit 1c71873
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
Expand Up @@ -58,7 +58,7 @@ Then start the server with the number of client slots you want:
netcode_server_start( server, 16 );
```
To connect a client, your client should hit a REST API to your backend system that returns a _connect token_.
To connect a client, your client should hit a REST API to your backend that returns a _connect token_.
Using a connect token secures your server so that only clients authorized with your backend can connect:
Expand Down

0 comments on commit 1c71873

Please sign in to comment.