Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tidwall authored Nov 2, 2017
1 parent 9c55235 commit e34ac71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit e34ac71

Please sign in to comment.