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 f71fad5 commit 89c4f5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ Then start the server with the number of client slots you want:
netcode_server_start( server, 16 );
```
When you want 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 system that returns a _connect token_.
Using a connect token secures your server so that only clients authorized with your backend can connect.
Using a connect token secures your server so that only clients authorized with your backend can connect:
```c
netcode_client_connect( client, connect_token );
Expand Down

0 comments on commit 89c4f5f

Please sign in to comment.