From 393797abc37710fc033d0369d783fc3049c0fb5f Mon Sep 17 00:00:00 2001 From: Glenn Fiedler Date: Mon, 9 Sep 2024 19:04:16 -0400 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 7647e11..96d66a5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **netcode** is a secure client/server protocol built on top of UDP. -It's built for use by real-time multiplayer games, which need a connection oriented protocol but without the head of line blocking of TCP. +It's intended for use by real-time multiplayer games, which need a connection oriented protocol but without the head of line blocking of TCP. ![connetion 2](https://github.com/user-attachments/assets/5c7e0c9b-17b6-4e84-a57b-13bdb55a9978)