From b74dc6e71d696f3a9be704da675c06e7e5bc5222 Mon Sep 17 00:00:00 2001 From: Glenn Fiedler Date: Thu, 28 Dec 2023 10:54:38 -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 142902b..cdc2d92 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Using a connect token like this secures your server so that only clients authori Once the client connects to the server, the client is assigned a client index and can exchange encrypted and signed packets with the server. -For more details please see [client.c](client.c) and [server.c](server.c). +For more details please see [client.c](client.c) and [server.c](server.c) # Source Code