diff --git a/README.md b/README.md index ab0196c..7373420 100644 --- a/README.md +++ b/README.md @@ -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 );