Merge pull request #317 from thesummer43/project-typo

Typo in chapter-05.md
This commit is contained in:
Jean-Philippe Sirois
2020-09-02 07:34:39 -04:00
committed by GitHub
@@ -2,10 +2,10 @@
authors:
- "Kibb#4205"
created_at: 2020/06/08
title: "Chapter 4: Reading from the socket"
title: "Chapter 5: Reading from the socket"
---
## Chapter 4: Reading from the socket.
## Chapter 5: Reading from the socket.
It's a good start, we have a server that can accept connections. It will write a message to the client.