From 21d2477b04e282b464c0a94562cca3852b57ba6b Mon Sep 17 00:00:00 2001 From: Glenn Fiedler Date: Wed, 27 Dec 2023 16:07:55 -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 9709ea2..2b0fd2a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ reliable is stable and production ready. Reliable is designed to operate with your own network library and your own sockets. -To use reliable, create an endpoint: +To use reliable, create an endpoint on each side of the connection: ```c struct reliable_config_t config;