From b5a75773a4e364d2e3fea3f28b1d2e38509c8904 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Tue, 14 Nov 2017 11:53:39 -0700 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52362ee..40a16e5 100644 --- a/README.md +++ b/README.md @@ -234,7 +234,7 @@ The `Serve` function can bind to UDP addresses. - The `Opened` event will fire when a UDP packet is received from a new remote address. - The `Closed` event will fire when the server is shutdown or the `Close` action is explicitly returned from an event. - The `Wake` and `Dial` operations are not available to UDP connections. -- All incoming and outgoing packets are not buffered and sent as single packet. +- All incoming and outgoing packets are not buffered and sent individually. ## More examples