# HG changeset patch # User Dennis # Date 1689930934 -3600 # Node ID 07f578438b0f6627705d5fb9a64ba221d4529629 # Parent f6fc13a3fe88e2f13d240ab4a04d05f3330eba04 fix typo diff -r f6fc13a3fe88 -r 07f578438b0f README.md --- a/README.md Fri Jul 21 10:10:12 2023 +0100 +++ b/README.md Fri Jul 21 10:15:34 2023 +0100 @@ -19,7 +19,7 @@ - Run `docker logs --follow hey-server-1` in another terminal. Doing that you can see the messages arrive at the server. - If you have Wireshark installed you can use it to sniff the packets sent in the Docker network. This is good to understand TCP. -## What you could do next? +## What could you do next? A good exercise will be to implement logic for some commands in the server. For example, you could program the server to send to the client the current date every time the server receives the command `date`.