Update README.md

This commit is contained in:
Josh Baker 2017-11-02 06:36:16 -07:00 committed by GitHub
parent 9c552353d6
commit e34ac71661
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: