From e34ac71661554fa6ff67b00dcfd0e805ecc37da2 Mon Sep 17 00:00:00 2001 From: Josh Baker Date: Thu, 2 Nov 2017 06:36:16 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0078211..635936a 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ func main() { ``` Here the only event being used is `Data`, which fires when the server receives input data from a client. -The exact same input data is then passed through the output return value, which is sent back to the client. +The exact same input data is then passed through the output return value, which is then sent back to the client. Connect to the echo server: