From b96421e88fc1a35d533953029a1922af0d6bbd3c Mon Sep 17 00:00:00 2001 From: Glenn Fiedler Date: Mon, 9 Sep 2024 19:54:59 -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 988a19d..a617e11 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **reliable** is a simple packet acknowledgement system for UDP-based protocols. -It's useful in situations when you need to know which UDP packets you sent are received by the other side. +It's useful in situations when you need to know which UDP packets you sent were received by the other side. ![image](https://github.com/mas-bandwidth/reliable/assets/696656/c58edcde-8bff-4683-8bc9-36c562ee7570)