From 1c7187345fae77a7528bbfcbaea3dc7abc5dce25 Mon Sep 17 00:00:00 2001 From: Glenn Fiedler Date: Fri, 29 Dec 2023 10:50:43 -0500 Subject: [PATCH] Update README.md Signed-off-by: Glenn Fiedler --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7373420..61a0759 100644 --- a/README.md +++ b/README.md @@ -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: