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